Link error with installing 11.2.0.3 x64 on Ubuntu 11.10 x64

Hi,
I'm upgrading from 11.2.0.2 to 11.2.0.3 on an Ubuntu 11.10 x64 platform. During the link process of the installation, I kept on encountering a link error which looked
like the following. This error firstly appeared in 'all_no_orcl'. If I clicked continue, this error would pop up when linking for other binaries. They all pointed to libocrb11.so. I could successfully installed 11.2.0.3 on another SUSE platform, but I'm wondering how I can make it work on Ubuntu. Not sure what packages I missed.
Thanks in advance.
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoOpenFile'
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoCreateCtxExt'
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoIO'
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoFnameMax'
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoCommit2P'
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoCheckHdl'
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoRenameFile'
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoDeleteFile'
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoCloseFile'
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoErrorMessage'
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoGetSize'
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoCreateFile'
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoOpenDirty'
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoCheckMount'
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoDestroyCtx'
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoControl'
/hd15k/u01/app/oracle/product/11.2.0.3/dbhome_1/lib//libocrb11.so: undefined reference to `kgfoCreate2P'

the problem because of gcc version in 11.10 ubuntu is 4.6, oracle relink need gcc 4.4
if you upgrade from previous version of ubuntu, checked in /usr/bin
ls -ltr gcc*
-rwxr-xr-x 1 root root 349120 2011-09-16 07:31 gcc-4.6
-rwxr-xr-x 1 root root 275952 2011-09-17 03:10 gcc-4.5
-rwxr-xr-x 1 root root 259232 2011-10-05 14:56 gcc-4.4
lrwxrwxrwx 1 root root 7 2011-11-12 07:13 gcc -> gcc-4.6
rm gcc
# ln -s gcc-4.4 gcc
# ls -ltr gcc*
-rwxr-xr-x 1 root root 349120 2011-09-16 07:31 gcc-4.6
-rwxr-xr-x 1 root root 275952 2011-09-17 03:10 gcc-4.5
-rwxr-xr-x 1 root root 259232 2011-10-05 14:56 gcc-4.4
lrwxrwxrwx 1 root root 7 2012-02-01 11:25 gcc -> gcc-4.4
you should be able to relink oracle.

Similar Messages

  • Link error with Forte C++ Update 2 -compat=4

    We've just upgraded to the Forte 6.0 update 2 C++ compiler on
    Solaris 2.6. I'm getting the following link error when linking
    against libraries built with the 4.2 C++ compiler.
    Undefined               first referenced
    symbol                in file
    __rtaccess(MOperation&) /home/eng/sharonc/AdCORBA/CorbaRv-dev/export/s4_56_FORTE_Debug/lib/libcorbarv.so
    __rtaccess(MHash&) /home/eng/sharonc/AdCORBA/CorbaRv-dev/export/s4_56_FORTE_Debug/lib/libcorbarv.so
    __rtaccess(MPublisher&) /home/eng/sharonc/AdCORBA/CorbaRv-dev/export/s4_56_FORTE_Debug/lib/libcorbarv.so
    __rtaccess(MApp&)
    ld: fatal: Symbol referencing errors. No output written to ./tibcorbarvb
    gmake[1]: *** [tibcorbarvb] Error 1
    I've made sure the required patches for the Forte compiler are installed and the system was rebooted.
    I use the following flags when linking:
    CC -mt -g -xildoff -pto -KPIC -D_REENTRANT -compat
    -features=rtti,namespace,bool,localfor,mutable -zmuldefs
    I use -features as I also link with some libraries that use features
    of C++ not available in the 4.2 compiler. However the link
    errors are from the library that is built with the 4.2 compiler.
    Everything compiled and linked fine with Forte 6.0 Update 1.
    This is something new with the update 2 compiler.
    Any help is appreciated.

    Hi There,
    I see that youare using the compiler flag -compat
    with no value assigned.
    This means it defaults 5.0C++ compiler comatibilty mode.
    Since you mentioned in your email that you get the error message from the library built with 4.2 C++
    compiler, try -compat=4 flag.
    See the C++ migration guide for more information
    from http://docs.sun.com
    ....jagruti
    Developers Technical Support
    Sun Microsystems Inc.
    http://www.sun.com/developers/support

  • Linking error while installing Oracle10g on Solaris 10 64bit sparc

    Hi,
    I am getting following error while installing the Oracle 10g R2 on Solaris 10 64 bit sparc.
    /usr/ccs/bin/make -f ins_precomp.mk relink ORACLE_HOME=/data/Oracle/product/10.2.0 EXENAME=proc/Linking /data/Oracle/product/10.2.0/precomp/lib/proc
    ld: fatal: file /data/Oracle/product/10.2.0/lib32/libclntsh.so: unknown file type
    ld: fatal: File processing errors. No output written to /data/Oracle/product/10.2.0/precomp/lib/proc
    *** Error code 1
    The following command caused the error:
    echo "Linking /data/Oracle/product/10.2.0/precomp/lib/proc"; \
    rm -f /data/Oracle/product/10.2.0/precomp/lib/proc; \
    /usr/ccs/bin/ld -o /data/Oracle/product/10.2.0/precomp/lib/proc -L/data/Oracle/product/10.2.0/precomp/lib/ -L/data/Oracle/product/10.2.0/lib/ -dy /data/Oracle/product/10.2.0/lib/prod/lib/v9/crti.o /data/Oracle/product/10.2.0/lib/prod/lib/v9/crt1.o /data/Oracle/product/10.2.0/lib/s0main.o /data/Oracle/product/10.2.0/precomp/lib/pdc.o /data/Oracle/product/10.2.0/precomp/lib/pds.o /data/Oracle/product/10.2.0/precomp/lib/libproc2.a /data/Oracle/product/10.2.0/lib/libslax10.a /data/Oracle/product/10.2.0/precomp/lib/libpgp.a -lpls10 -lplp10 /data/Oracle/product/10.2.0/lib/libplc10.a -lsnls10 -lunls10 -lnls10 /data/Oracle/product/10.2.0/rdbms/lib/kpudfo.o -lclntsh `cat /data/Oracle/product/10.2.0/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /data/Oracle/product/10.2.0/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /data/Oracle/product/10.2.0/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /data/Oracle/product/10.2.0/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lpls10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /data/Oracle/product/10.2.0/lib/sysliblist` -R /opt/SUNWcluster/lib/sparcv9:/data/Oracle/product/10.2.0/lib:/opt/ORCLcluster/l ib/ -Y P,:/opt/SUNWcluster/lib/sparcv9:/opt/ORCLcluster/lib/:/usr/ccs/lib/sparcv9:/usr /lib/sparcv9 -Qy -lc -laio -lposix4 -lm /data/Oracle/product/10.2.0/lib/prod/lib/v9/crtn.o; \
    /bin/chmod 755 /data/Oracle/product/10.2.0/precomp/lib/proc
    make: Fatal error: Command failed for target `/data/Oracle/product/10.2.0/precomp/lib/proc'
    from make.log
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'relink' of makefile '/data/Oracle/product/10.2.0/precomp/lib/ins_precomp.mk'. See '/data/Oracle/oraInventory/logs/installActions2007-07-01_12-14-33AM.log' for details.
    Exception Severity: 1
    any help would be appreciated!
    Thanks,
    -Prakash

    its working now...I replaced ld on my system
    previous ld version was
    GNU ld version 2.13.1
    Supported emulations:
    elf32_sparc
    elf64_sparc
    now ld version is
    ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.477

  • Excelrepor​tdemo project link error with CVI2010 on windows 7, 64-bit operating system

    I am trying to run the excelreportdemo project in CVI2010 on windows 7, 64-bit operating system. I have the Excel2013 installed as well. I have chosen the build configuration as release or debug for 32 bit system so to be compatible for the test platform for production.
    However, I get 12 Project link errors as following:
    Undefined symbol '_ExcelRpt_RangeBorder@24' referenced in "excelreportdemo.c".
    Undefined symbol '_ExcelRpt_WriteDataFromTableControl@16' referenced in "excelreportdemo.c".
    Undefined symbol '_ExcelRpt_SetCellValue' referenced in "excelreportdemo.c".
    Undefined symbol '_ExcelRpt_SetCellRangeAttribute' referenced in "excelreportdemo.c".
    Undefined symbol '_ExcelRpt_ChartAddtoWorksheet@40' referenced in "excelreportdemo.c".
    Undefined symbol '_ExcelRpt_ChartWizard@52' referenced in "excelreportdemo.c".
    Undefined symbol '_ExcelRpt_SetChartAttribute' referenced in "excelreportdemo.c".
    Undefined symbol '_ExcelRpt_WorkbookNew@8' referenced in "excelreportdemo.c".
    Undefined symbol '_ExcelRpt_ApplicationNew@8' referenced in "excelreportdemo.c".
    Undefined symbol '_ExcelRpt_ApplicationQuit@4' referenced in "excelreportdemo.c".
    Undefined symbol '_ExcelRpt_WorkbookClose@8' referenced in "excelreportdemo.c".
    Undefined symbol '_ExcelRpt_WorksheetNew@12' referenced in "excelreportdemo.c".
    I have found a previous dicussion back in 2007. Unfortunately it did not help for the same problem on my new machine and CVI2010. Could anyone give me help on this/
    Thanks!
    Yuwei
    Solved!
    Go to Solution.

    The previous discussion link is pasted below:
    http://forums.ni.com/t5/LabWindows-CVI/Problems-adding-the-activex-instrument-e​xperiencing-undefined/m-p/580608/highlight/true#M3​1390
    It did not solve my problem, but may spark your idea of helping me.
    Thanks a lot!
    Yuwei

  • Error with instalation Adobe flash from Adobe master collection

    When I am installing Adobe master collection 5.0, installation ends with an error "Unable to install the following components: Adobe flash" also presents this listing to send technical support:
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 1 fatal error(s), 12 error(s), 18 warning(s)
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: 1 ARKServiceControl::StartService: Service not started/stopped SwitchBoard. Current State: 0 Exit Code: 0 Service Specific Exit Code: 0
    WARNING: CreateAlias:Icon file does not exist at C:\Program Files (x86)\Adobe\Adobe Utilities - CS5\Pixel Bender Toolkit 2\windows\pb_app.icofile:\\\C:\PIXELB~1\source\winwood\Staging 0X1.0E960DP-1016rea\windows\pb_app.ico42178f80493091e8e552c84a2897e9da68fce32_32_f8049309 1e8e552c84a2897e9da68fce for icon C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Master Collection CS5\Adobe Pixel Bender Toolkit 2.lnk with target C:\Program Files (x86)\Adobe\Adobe Utilities - CS5\Pixel Bender Toolkit 2\Pixel Bender Toolkit.exe
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: File/Folder does not exist at C:\Users\admmir\Desktop\MasterCollection_CS5_LS6\Adobe CS5\payloads\AdobeContribute6-FFPlugin\OEM
    WARNING: File/Folder does not exist at C:\Users\admmir\Desktop\MasterCollection_CS5_LS6\Adobe CS5\payloads\AdobeContribute6-IEPlugin\OEM
    WARNING: File/Folder does not exist at C:\Users\admmir\Desktop\MasterCollection_CS5_LS6\Adobe CS5\payloads\AdobeContribute6-OfficePlugin\OEM
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: File/Folder does not exist at C:\Users\admmir\Desktop\MasterCollection_CS5_LS6\Adobe CS5\payloads\AdobeContribute6-mul\OEM
    WARNING: File/Folder does not exist at C:\Users\admmir\Desktop\MasterCollection_CS5_LS6\Adobe CS5\payloads\AdobeFireworks11All\OEM
    WARNING: File/Folder does not exist at C:\Users\admmir\Desktop\MasterCollection_CS5_LS6\Adobe CS5\payloads\AdobeFireworks11ru_RULanguagePack\OEM
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    ERROR: The following payload errors were found during install:
    ERROR:  - Adobe CSXS Infrastructure CS5: Install failed
    ERROR:  - AIR2 For Adobe Flash Pro: Failed due to Language Pack installation failure
    ERROR:  - Adobe Flash CS5_AdobeMobileExtension_Flash11-mul: Install failed
    ERROR:  - AIR2 For Adobe Flash Pro_AIR2_Flash11-ru_RU: Install failed
    ERROR:  - iPhone Publishing: Install failed
    ERROR:  - Adobe Flash CS5_AdobeFlash11-ru_RULanguagePack: Install failed
    ERROR:  - Adobe Flash CS5: Failed due to Language Pack installation failure
    ERROR:  - Players For Adobe Flash Pro: Install failed
    ERROR:  - Adobe Flash CS5_AdobeMobileExtension_Flash11-ru_RU: Install failed
    ERROR:  - AdobeJRE: Install failed
    ERROR:  - TLF For Adobe Flash Pro: Install failed
    FATAL ERROR: Cannot create extract assets at 'C:\Program Files (x86)\Common Files\Adobe\Installers\adobeTemp\{E5DD149F-8370-48F9-A32C-2E3DC776CFFB}' from zip file 'C:\Users\admmir\Desktop\MasterCollection_CS5_LS6\Adobe CS5\payloads\AdobeJRECS5-mul\Assets1_1.zip'. Error 2 Не удается найти указанный файл.

    Software invariably gets the blame when it does not work as expected and your issue may in fact be a software bug.
    However, reasons for software problems are many and varied including old or bad hardware, poorly configured systems or operating system issues such as permissions. All, some or none of those may apply to your computer.
    Hard to tell without working through the troubleshooting steps systematically.

  • Linker error with WS6U2 in compat=4 mode

    We have just upgraded from WS6U1 to WS6U2 on
    Solaris 2.8. I am getting a linker error when
    linking against libraries built with the 4.2 C++
    compiler. Everything works fine with WS6U1 compiler.
    The linker error is related to __rtaccess.
    Here is the test case:
    // t.h
    class class42 {
    public:
    virtual int getId();
    // t42.cc
    #include "t.h"
    int
    class42::getId()
    return 33;
    Build the library for t42.cc using 4.2 version of C++
    compiler as follows:
    /opt/SUNWspro/bin/CC -c -I. t42.cc
    /opt/SUNWspro/bin/CC -xar -o libt42.a t42.o
    // t62.cc
    #include "t.h"
    class class6u2 : public class42
    main()
    class42 *nt1 = new class6u2;
    class6u2 d1 = (class6u2 )(nt1);
    Build the above with WS6U2 compiler as follows:
    /opt/SUNWspro/bin/CC -compat=4 -features=rtti -c -I.
    t62.cc
    /opt/SUNWspro/bin/CC -compat=4 -features=rtti -o t62
    -I. t62.o -L. -lt42
    In my real case, I have a library built with 4.2 C++
    compiler. I do not have the souce code for it and
    cannot compile it with rtti. Also, I cannot avoid
    using rtti when compiling my code with WS6U2.
    I am not sure why the WS6U2 tools are looking for
    dynamic cast information in my test case when I am
    not using dynamic_cast or typeid. As I said above,
    the test case works fine with the WS6U1 version of
    compiler.
    Comparision of symbol table information for t62.o
    generated with WS6U1 and WS6U2 shows the following
    difference:
    ts62.o compiled with WS6U1:
    ... NOTY |WEAK |0 |UNDEF |__0FK__rtaccessR6Hclass42
    ts62.o compiled with WS6U2:
    ... NOTY |GLOB |0 |UNDEF |__0FK__rtaccessR6Hclass42
    Any help is appreciated.
    Thank You.
    Chandra Kota

    When you compile with -instances=explicit, no template instances will be generated other than the ones you explicitly ask for.
    This code requires instantiation of some rw_slist members that are not in the librwtools library, and the -instances=explicit option prevents them from being created implicitly.
    First, you need to add an explicit instantiation directive for the missing rw_slist destructor. When you do that, you will find other functions, some from the C++ standard library, that need explicit instantiation.
    Using any of the non-default template compilation models usually requires considerable trial and error to generate all of the needed instances without duplicating any of them.
    For more discussion of the -instances=xxx options and their tradeoffs, please see the C++ User's Guide chapters on using templates.
    - Rose

  • Linker error with ActionHandler sample

    When I try to build the ActionHandler sample (available with Adobe Acrobat SDK 6.0) in Visual Studio 6.0 environment, I am getting some linker error as
    ActionPropertiesDlg.obj : error LNK2001: unresolved external symbol _AVWindowNewFromPlatformThingCompatStub
    Debug/ActionHandler.api : fatal error LNK1120: 1 unresolved externals
    I am sure this is some trivial issue with some settings or include directory missing. I would be grateful if someone could point me a way to avoid this linker error.
    TIA!

    If you build a sample, it should have a complete project for you to
    load. This is very much recommended: there is a lot to get right if
    you manually set up the project.
    Aandi Inston

  • Mac CS4 Linker Error with IAIColorSpace.cpp

    Hi Folks,
    I'm trying to use AIColorSpace in my Mac AICS4 Plug-In using Xcode 3.1.1 on Leopard 10.5.7, but I'm getting a linker errors (see below).
    Has anyone here included "IAIColorSpace.cpp" in their project and successfully compile an AICS4 plug-in using Xcode 3.1.1 on Leopard?
    When I include IAIColorSpace.cpp in my project, I get a linker error of:
    _sAIColorSpace, referenced from
    _sAIColorSpace$non_lazy_ptr in IAIColorSpace.o
    symbol(s) not found
    collect2: Id returned 1 exit status
    There are many Google hits of "non_lazy_ptr" errors with Xcode, but nothing has helped me solve this issue. Any help would be most appreciated!
    Thanks!
    -- Jim

    The usual culprit is that sAIColorSpace needs to be defined in all the right places. Typically its EXTERN'd in both a header & a cpp, as well as included in a list of suites to load (along with the version of the suite to load). Have you added it to all three places? Usually you just find the spots where all the other suties are and cut & paste it into their number. Where that would be depends on whether you're using your own plugin setup or if you're working off one of the Adobe skeleton samples plugins.

  • Link Error with Sample on Solaris

    I am getting linking error when compiling the sample for XML C++ Parser, help anyone ?
    make SAXSample
    gcc -o SAXSample -I../include SAXSample.cpp -L../lib -lxml8 -lxmlc8 -lcore8 -lnls8 -lcore8 -lnls8 -lcore8 -lnsl -lsocket
    Undefined first referenced
    symbol in file
    cout /var/tmp/cczSDNUP.o
    XMLParser::xmlterm(void) /var/tmp/cczSDNUP.o
    XMLParser::xmlinit(unsigned char *, void (*)(void *, unsigned char const *, unsigned int), void *, xmlsaxcb *, void *, unsigned char *)/var/tmp/cczSDNUP.o
    ostream::operator<<(char const *) /var/tmp/cczSDNUP.o
    ostream::operator<<(unsigned int) /var/tmp/cczSDNUP.o
    XMLParser::xmlparse(unsigned char *, unsigned char *, unsigned int)/var/tmp/cczSDNUP.o
    ostream::write(unsigned char const *, int)/var/tmp/cczSDNUP.o
    ostream::flush(void) /var/tmp/cczSDNUP.o
    ld: fatal: Symbol referencing errors. No output written to SAXSample
    collect2: ld returned 1 exit status
    *** Error code 1
    make: Fatal error: Command failed for target `SAXSample'
    null

    I am getting this problem as well. I see it was also reported by 2 other people earler. Has anyone resolved this yet? I also have these unresolved external problems when using the C V1 XML parser. It is almost as if the libs downloaded are for a different version of Solaris and not recognized by the newly compiled objects. I have tried a number of things to resolve this without success.
    Any help would be greatly appreciated.
    Thanks
    Julie Bartlett
    null

  • IPhone SDK - Linking error with CLLocationManager

    Hello.
    I have a linking error when I try to use thr CLLocationManager in my iPhone application by using the example of source code given in the Developer Center.
    I have the following error : ".objcclass_nameCLLocationManager", referenced from literal-pointer@_OBJC@__clsrefs@CLLocationManager in localisation.o
    symbol(s) not found.
    Do you have an idea ?
    Thank you for your answer.
    Patrick Schevenels.

    Just for clarification, there's a flood of developers now purchasing Macs to code for the iPhone platform. For those of you new to Xcode, you add a framework by doing the following:
    1. Open your iPhone project in XCode
    2. In the project window, ctrl+click (or right-click if you have 2-button mouse) on 'Frameworks' folder > Add > Existing Frameworks
    3. Navigate to /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.sdk/System/Li brary/Frameworks/CoreLocation.framework
    4. Click 'Add' button
    5. Compile
    Also, for anyone coming for the ActionScript Java or C# world, I've been blogging on transitioning to iPhone OS development platform.
    http://www.digitalassassin.com/?p=15
    Message was edited by: P120D1GY

  • [Solved]Error with installing package: /usr/lib64 exists in filesystem

    So i know there are other posts about this and i have read them and I have also read the wiki https://wiki.archlinux.org/index.php/De … _in_.2Flib and also this forum post https://bbs.archlinux.org/viewtopic.php?id=156942
    the error i get when trying to install a package from the AUR
    error: failed to commit transaction (conflicting files)
    hp-health: /usr/lib64 exists in filesystem
    Errors occurred, no packages were upgraded.
    I tried to find who owned the files/package in the /lib by the following commands
    $ grep '^lib/' /var/lib/pacman/local/*/files
    $ find /lib -exec pacman -Qo -- {} +
    the output was
    /lib is owned by filesystem 2015.02-1
    Im confused what to do at this point as the wiki that I linked above says
    If any package apart from glibc is listed as owning a file, that package needs to be updated to install its files in /usr/lib
    Last edited by PigsInSpace (2015-03-01 02:25:24)

    You are following directions for a file conflict with /lib for a very specific one-time manual intervention, but you don't have that file conflict according to the error message you posted and it is not for that intervention.  See this instead: https://wiki.archlinux.org/index.php/Pa … 9.22_error then report the error on the aur page for that package.
    This fixes it:
    package() {
    cd "$srcdir"
    + mv usr/lib64 usr/lib
    cp -a opt usr var "$pkgdir"

  • Link error during install of O9i Application server

    Hi there.
    I have a problem when installing Oracle 9i Application Server rel. 1.0.2.2.0 on SuSE 7.3.
    During installation phase "Linking Oracle 9i Application Server rel. 1.0.2.2.0", I get: "Error invoking target install of makefile /
    opt/oracle/product/9.0.1/icache/lib/ins_icache.mk"
    The make.log states:
    building Oracle8i Cache Management Engine
    gcc -o /opt/oracle/product/9.0.1/bin/wtcme -L/opt/oracle/product/9.0.1/icache/lib/ -L/opt/oracle/product/9.0.1/lib/ /opt/oracle/pro
    duct/9.0.1/icache/lib/wtemain.o /opt/oracle/product/9.0.1/icache/lib/libicache.a /opt/oracle/product/9.0.1/lib/libwtc8.a /opt/oracle
    /product/9.0.1/icache/lib/libxml8.a \
    -lclntsh /opt/oracle/product/9.0.1/rdbms/lib/kpuadef.o `cat /opt/oracle/product/9.0.1/lib/ldflags` -lnsgr8 -lnzjs8 -ln8
    -lnl8 -lnro8 `cat /opt/oracle/product/9.0.1/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneri
    c8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `cat /opt/oracle/product/9.0.1/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -ln
    ro8 `cat /opt/oracle/product/9.0.1/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -ltrac
    e8 -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `ca
    t /opt/oracle/product/9.0.1/lib/sysliblist` -ldl -lm \
    -lpthread -lc
    gcc: /opt/oracle/product/9.0.1/rdbms/lib/kpuadef.o: No such file or directory
    make: *** [opt/oracle/product/9.0.1/bin/wtcme] Error 1
    I had a similar problem when installing the database server software. This was fixed by editing the LD_SELF_CONTAINED parameter in
    genclntsh. This, however, does not help in this case.
    Kind regards,
    Roald Andresen

    Hi Melchor,
    Please follow SAP Note 1618816 - Permanent or Temporary License Already Exists In Systemcopy
    If possible please share files saplikey.log, dev_slic
    Regards,
    Gaurav

  • Linking Errors with rwtools7.so in C++ v6.2.p2

    Hi ,
    We are migrating our application from c++ 4.2 to 6.2.p2 and Sol 2.6 to Sol 8.
    we are using the option -compat = 4 for backward compatibility. and used -library=rwtools7 and
    ' -lrwtool' is also a prameter while liking ..
    while linking we are getting the below erros ...
    ild: (undefined symbol) __rtaccess(streambuf&) -- referenced in /sbcimp/run/tp/sun/SUNWspro/v6.2.p2/lib/rw7/CC4/librwtool.so
    ild: (undefined symbol) __rtaccess(ios&) -- referenced in /sbcimp/run/tp/sun/SUNWspro/v6.2.p2/lib/rw7/CC4/librwtool.so
    ild: (undefined symbol) type_info::__vtbl -- referenced in /sbcimp/run/tp/sun/SUNWspro/v6.2.p2/lib/rw7/CC4/librwtool.so
    [Hint: try checking whether the first non-inlined, non-pure virtual function of class type_info is defined]
    ild: (undefined symbol) __rtaccess(unsafe_ios&) -- referenced in /sbcimp/run/tp/sun/SUNWspro/v6.2.p2/lib/rw7/CC4/librwtool.so
    ild: (undefined symbol) __RT_CLASS::__vtbl -- referenced in the text segment of sun5/CASmfFile.o
    [Hint: try checking whether the first non-inlined, non-pure virtual function of class __RT_CLASS is defined]
    ild: (undefined symbol) __RT_CLASS::__vtbl -- referenced in the text segment of sun5/DtObj.o
    [Hint: try checking whether the first non-inlined, non-pure virtual function of class __RT_CLASS is defined]
    ild: (undefined symbol) __RT_CLASS::__vtbl -- referenced in the text segment of sun5/CrestMsgRcvHandler.o
    [Hint: try checking whether the first non-inlined, non-pure virtual function of class __RT_CLASS is defined]
    ild: (undefined symbol) __RT_CLASS::__vtbl -- referenced in the text segment of sun5/CrestTimMain.o
    [Hint: try checking whether the first non-inlined, non-pure virtual function of class __RT_CLASS is defined]
    could someone please guide us , how to get rid off this problem
    Thank you
    Vara

    As to the migration, two main points:
    - Use the "-compat" option on every CC command, compiling and linking which you already did.
    - Any "Anachronism" warnings produced by the 4.2 compiler are now errors. The Migration Guide has a complete list, along with explanations of how to fix the code.
    With those caveats, any code that worked with C++ 4.2 will work the same way with FD6U2 in compat mode.
    Rose

  • Errors with installing catalyst 13.251 with yaourt

    First week with Arch, second with LinuxOSs in general. Hi.
    I'm following this guide to installing the catalyst drivers for Arch (http://bbs.archbang.org/viewtopic.php?id=4630) and I've encountered an error that is preventing me from proceeding that I'd like help finding a solution for.
    Using the command "yaourt catalyst-test," I follow the guide where it says to select no when asked if I want to edit PKGBUILD and edit *.install. Everything goes error-less until it says:
    ==> Starting package()...
    install: error writing '/tmp/yaort-tmp-root/aur-catalyst-test/pkg/catalyst-test/usr/lib/xorg/modules/dri/fglrx_dri.so' : No space left on device
    install: failed to extend '/tmp/yaort-tmp-root/aur-catalyst-test/pkg/catalyst-test/usr/lib/xorg/modules/dri/fglrx_dri.so' : No space left on device
    ==> ERROR: A failure occurred in package(),
           Aborting...
    ==> ERROR: Makepkg was unable to build catalyst-test.
    ==> Restart building catayst-test ? [y/N]
    ==> ---------------------------------------------------
    ==>
    I ran df -h to check to see if anything was full, and I got this:
    /dev/sda1           30G     1.2G     27G       5%   /
    dev                  801M          0   801M       0%   /dev
    run                  804M     436K   804M      1%   /run
    tmpfs               804M          0   804M       0%   /dev/shm
    tmpfs               804M          0   804M       0%   /sys/fs/cgroup
    tmpfs               804M    804M    4.0K    100%   /tmp
    /dev/sda3          197G     60M   187G        1%   /home
    I've got a 3GB Swap and 2GB of ram, as well.
    I looked this up, and I've seen that lots of people have tmpfs with around 3GB. I don't know how they did that and I can't find how they did it and follow properly.
    If any other information is needed, I can give that. Hopefully it's not something too long, because I can't copy and paste.
    Last edited by boucle infinie (2014-01-03 03:10:50)

    Scimmia wrote:Build it manually, STOP BUILDING IN /tmp!
    I am learning to do that right now.
    karol wrote:Read the wiki about tmpfs and yaourt man page how to build somepleace else, not /tmp.
    Doing that.[excuse] Reading disability makes it hard to read stuff in the formats most wikis are in, so i try to avoid them unless it's necessary (guiltily). Doing my best, though. [/excuse]
    HalosGhost wrote:Welcome to the Arch BBS. I have two extra notes adding on to Scimmia and Karol's points:
    You're using ArchLinux, not ArchBang, right? Because, if you're using ArchLinux, then you shouldn't be using ArchBang tutorials; and if you're using ArchBang, then you shouldn't be asking here.
    Please, for the love of all that is holy, use code tags to post terminal output.
    All the best,
    -HG
    I was using it because it describes the way I would install it using pacman. I am definitely using ArchLinux (don't even have a GUI yet). The guide seems universal enough.
    SORRY GUYS I FORGOT ABOUT THAT
    Won't happen again.
    Last edited by boucle infinie (2014-01-03 03:55:35)

  • Link error with STL

    Hi there,
    I am trying to build a C++ on Solaris, met the following error:
    CC xerces-c2_3_0/lib/SunOS/libxerces-c.so.23 -o output/SunOS/bin2xml output/SunOS/bin2xml.o output/SunOS/libxmlcompiler.a
    Undefined first referenced
    symbol in file
    void std::__insertion_sort<Dictionary::Word*,Dictionary::WordUsageCompare>(__type_0,__type_0,__type_1) output/SunOS/libxmlcompiler.a(Dictionary.o)
    void std::vector<XREFINFO*,std::allocator<XREFINFO*> >::__insert_aux(XREFINFO**,XREFINFO*const&) output/SunOS/libxmlcompiler.a(xdecompiler.o)
    ld: fatal: Symbol referencing errors. No output written to output/SunOS/bin2xml
    make: *** [output/SunOS/bin2xml] Error 1
    It seems to be that the STL library has not been linked. Is there anyone give me some hint how to solve the problem.
    Thanks
    Sliu

    The C++ standard library (including STL) is automatically linked, so that isn't your problem.
    But the missing template instance cannot be in the library, because it depends on a user-defined type. The instance has to be generated by compiling the program.
    Some code in the .o or in one of the libraries needs an instance of std::__insertion_sort that is not present in any of the provided binaries. You aren't giving the compiler any source code, so it cannot generate the instance itself.
    Run "nm -C" on each binary, and look for a line containing "UNDEF" and "std::__insertion_sort", matching the undefined symbol the linker complains about. You probably need to recompile that binary.
    But that binary might have been compiled with generation of that template instance turned off, so some source code modification might be needed.

Maybe you are looking for