/usr/ccs/bin/ld: Can't find library: "clntsh"

i've read all your post, and i still having this error
1: when i do make i get this:
make -f demo_proc.mk INAME=sample1.pc
`/bpi/orabpi/product/lib/libclntsh.sl' is up to date.
why???
than i use proc sample1.pc, and the proc create sample1.c
than i do cc -lclntsh -I$ORACLE_HOME/precomp/public sample1.c
and in return i get: /usr/ccs/bin/ld: Can't find
library: "clntsh"
i really don't know what problem is this...
can you help????
Paulo Aboim Pinto
[email protected]
Portugal

i've read all your post, and i still having this error
1: when i do make i get this:
make -f demo_proc.mk INAME=sample1.pc
`/bpi/orabpi/product/lib/libclntsh.sl' is up to date.
why??? Are you by any chance using the example makefile supplied with Oracle? This has a line in it that calls a makefile called env_precomp.mk.
Get rid of this line---it is used (I think) for the initial setup of ProC/C++ and is superflous for building user programs.
If you want I can supply you with a template makefile for 8.0.5 that will do the complete build for you, including handling ProC++ files, additional C/C++ source files and header files. e-mail me off list if you want this and I'll send it to you.
Alastair
than i use proc sample1.pc, and the proc create sample1.c
than i do cc -lclntsh -I$ORACLE_HOME/precomp/public sample1.c
and in return i get: /usr/ccs/bin/ld: Can't find
library: "clntsh"
i really don't know what problem is this...
can you help????
Paulo Aboim Pinto
[email protected]
Portugal

Similar Messages

  • /usr/ccs/bin/ld: Unsatisfied symbols: while compiling PRO*C

    I have a PROC*C program that I am trying to compile and I get this error:
    /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (daemon.o) was detected. The linked output may not run on a PA 1.x system.
    /usr/ccs/bin/ld: Unsatisfied symbols:
    line (data)
    print_header (code)
    bmargin (data)
    pagesize (data)
    lmargin (data)
    *** Error exit code 1
    Stop.
    The program exits with 1, but it also generates the executable which works fine.
    Am I missing something ? How can I get it to compile with any errors.
    Thanks,
    GP

    I don't see a specific Proc or precompiler forum around here.
    Perhaps your best bet would be at [Call interface (OCI)|http://forums.oracle.com/forums/forum.jspa?forumID=67] forum or maybe [SQL and PL/SQL|http://forums.oracle.com/forums/forum.jspa?forumID=75] since it's more of a developers' forum.

  • Can't find library or mismatched ABI for -lstdc++-linking occi with g++

    []-pedro:/home/pedro/modelo_v4_g++>uname -a
    HP-UX des2a B.11.23 U ia64 4092774908 licencia de usuarios ilimitados
    []-pedro:/home/pedro/modelo_v4_g++>make
    g++ -mlp64 -DOCCI_NO_WSTRING=1 -mlp64 -D_RWSTD_MULTI_THREAD -I/opt/users/ora10g/rdbms/demo -I/opt/users/ora10g/rdbms/public -I/opt/users/ora10g/plsql/public -I/opt/users/ora10g/network/public -DHPUX -D_REENTRANT -DHPUX_KTHREAD -DSLXMX_ENABLE -DSLTS_ENABLE -DSS_64BIT_SERVER -DBIT64 -DMACHINE64 -DORAIA64 -DHPUX_IA64 -c Main_Program.cpp
    g++ -mlp64 -DOCCI_NO_WSTRING=1 -mlp64 -D_RWSTD_MULTI_THREAD -I/opt/users/ora10g/rdbms/demo -I/opt/users/ora10g/rdbms/public -I/opt/users/ora10g/plsql/public -I/opt/users/ora10g/network/public -DHPUX -D_REENTRANT -DHPUX_KTHREAD -DSLXMX_ENABLE -DSLTS_ENABLE -DSS_64BIT_SERVER -DBIT64 -DMACHINE64 -DORAIA64 -DHPUX_IA64 -c Modelo.cpp
    g++ -o occiteste Main_Program.o Modelo.o -L/opt/users/ora10g/lib -L/usr/local/lib -locci -lclntsh `cat /opt/users/ora10g/lib/sysliblist` -lm
    ld: Can't find library or mismatched ABI for -lstdc++
    Fatal error.
    collect2: ld returned 1 exit status
    make: *** [exe] Error 1

    []-pedro:/home/pedro/modelo_v4_g++>ldd -v -r -d /opt/users/ora10g/lib/libocci.so
    symbol not found: LdiInterCheck (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxstd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxsti (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxsto (/opt/users/ora10g/lib/libocci.so)
    symbol not found: xaoSvcCtx (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobGetChunkSize (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIConnectionPoolCreate (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStmtRelease (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _ZNSt9exceptionD2Ev   (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISubscriptionEnable (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISessionRelease (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectArrayPin (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_rethrow (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIHandleFree (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _memcmp       (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateConstruct (/opt/users/ora10g/lib/libocci.so)
    symbol not found: memchr (/opt/users/ora10g/lib/libocci.so)
    symbol not found: xaoEnv (/opt/users/ora10g/lib/libocci.so)
    symbol not found: memmove (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobLocatorIsInit (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataConvert (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __memcmp_ver (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _memset       (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCINlsCharSetNameToId (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobOpen (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxinitc (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiParseForOutputU (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataGetType (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __memset_ver (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterToString (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_allocate_exception (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_begin_catch (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPSetObjectPtrNull (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetLdiDateTimeFromKpd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobAppend (/opt/users/ora10g/lib/libocci.so)
    symbol not found: sLdiGetDate (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPAlloc (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetRowid (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCITypeByName (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISubscriptionUnRegister (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterCopy (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIDefineObject (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterDivide (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateInterAdd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIRawPtr (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _ZdaPv        (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_pure_virtual (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCINumberFromInt (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZN15HPMutexWrapperD1Ev (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _ZdlPv        (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZN15HPMutexWrapperD2Ev (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxhname2id (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISessionGet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __bad_alloc_exception (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetDateContext (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxbegin (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterInterSubtract (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataIsNull (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPConvertUb1ToRowid (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIDescriptorFree (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISubscriptionPost (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPFree (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobFileGetName (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobFileSetName (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCINumberToReal (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _ZTIv (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobCharSetId (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateFromString (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPAnyDataAttrCountSet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetNLSLang (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCINumberToInt (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataAccess (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _Znam (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _Znwm (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIErrorGet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIDescriptorAlloc (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStmtExecute (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetErrorMessageNLS (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterFromTZ (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectSetData (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCINumberFromReal (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIDateTimeFromText (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterConstruct (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetErrorMessage (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectMarkDelete (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _strncpy      (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIParamSet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetLdiIntervalFromKpd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobLocatorAssign (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectIsLocked (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiParseForInputType (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetDefTZ (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIParamGet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataCollAddElem (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectNew (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectPin (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataCollGetElem (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISessionPoolDestroy (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIRefAssign (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobIsOpen (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIConnectionPoolDestroy (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataBeginCreate (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __bad_exception (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStmtPrepare2 (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterCompare (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPIsObjectLoaded (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateDateConvert (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxgucs2utf (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetTZI (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIRefIsNull (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIRawSize (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetEnv (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPAnyDataSetFlag (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCITypeTypeCode (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZTVN10_cxxabiv121__vmi_class_type_infoE (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectMarkUpdate (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __strcpy_ver (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterFromTZU (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __strncpy_ver (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPDefConvOCCI (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPAnyDataSetUCIOptMode (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxshift (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxabs (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxbex (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxcmp (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxdec (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxdiv (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZTVN10_cxxabiv117__class_type_infoE (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxfcn (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxflo (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxfpr (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxinc (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxlog (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCITransRollback (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxmin (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxmod (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxneg (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxmul (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxnft (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxnur (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxpfl (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxpow (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxren (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxrou (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxsgn (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxsni (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxsqr (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxsub (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxsum (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxtru (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCITypeByRef (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIRefIsEqual (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISessionPoolCreate (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobWrite (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectUnmarkByRef (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _ZTISt9exception      (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPConvertDateToDateTime (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_call_unexpected (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPAnyDataSetNull (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIBindByPos (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterToStringU (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectMarkDeleteByRef (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISubscriptionRegister (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAttrSet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZNSt14_rw_exception9_C_assignEPKcm (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiParseForInputTypeU (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __memchr_ver (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAttrGet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAQEnq (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAQDeq (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectUnmark (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPAnyDataSetInd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIDescribeAny (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_finalize (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZTVN10_cxxabiv120__si_class_type_infoE (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZN15HPMutexWrapper4lockEPv (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateDateSubtract (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPHeapAlloc (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectFree (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxatn2 (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStringAssignText (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobTrim (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZNSs9_nullrefE (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPIsNonFinalType (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataAttrSet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetRidCharLen (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxcopy (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataAttrGet (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIBindObject (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __memmove_ver (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxgutf2ucs (/opt/users/ora10g/lib/libocci.so)
    symbol not found: UnwindResume (/opt/users/ora10g/lib/libocci.so)
    symbol not found: xaosterr (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectPinTable (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCINlsCharSetIdToName (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectFlush (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_end_catch (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIHandleAlloc (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCICacheFlush (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIEnvNlsCreate (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxdtsu (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobRead (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobIsEqual (/opt/users/ora10g/lib/libocci.so)
    symbol not found: sldxgd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __strlen_ver (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxfcnu (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxuCvtToCtx (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStmtPrepare (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateCompare (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxhLaToId (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataGetCurrAttrNum (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxhcnv (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPConvertRowidToUb1 (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterMultiply (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxhlod (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobFileExists (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIMultiByteStrCaseConversion (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZN15HPMutexWrapper6unlockEPv (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lfpinit (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lxlinit (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPCompPrefRows (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCISubscriptionDisable (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStmtFetch (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCITypeSchema (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCITypeName (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStringPtr (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateCheck (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIDateAssign (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCITypeArrayByName (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPHeapFree (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxnftu (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateCopy (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetObjectPtr (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxln (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZNSt14_rw_exception10_C_vformatEi11__va_list__ (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataDestroy (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIRefClear (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIDefineByPos (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_atexit (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobLoadFromFile (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectLockNoWait (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAnyDataEndCreate (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobClose (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIContextSetValue (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIContextGetValue (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxpflu (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIEnvCreate (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobGetLength (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterFromStringU (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectGetObjectRef (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetLdiInternalFormat (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateToString (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateToStringU (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPAcquireMutex (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxqtra (/opt/users/ora10g/lib/libocci.so)
    symbol not found: lnxqtri (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _strcpy       (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPGetInternalRowid (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterInterAdd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectLock (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiParseForOutput (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateFromStringU (/opt/users/ora10g/lib/libocci.so)
    symbol not found: _strlen       (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_personality_routine (/opt/users/ora10g/lib/libocci.so)
    symbol not found: __cxa_throw (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxstdu (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxstou (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxstiu (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCILobCopy (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCITransCommit (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiInterFromString (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectUnpin (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStmtGetPieceInfo (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIStmtSetPieceInfo (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPasswordChange (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIAQListen (/opt/users/ora10g/lib/libocci.so)
    symbol not found: LdiDateInterSubtract (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIPReleaseMutex (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIRawAssignBytes (/opt/users/ora10g/lib/libocci.so)
    symbol not found: OCIObjectPinCountReset (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxadm (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxads (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxatz (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxcmp (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxdtd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxdts (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxdyn (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxend (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxeti (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxgtz (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxite (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ZN15HPMutexWrapper4initEv (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxldd (/opt/users/ora10g/lib/libocci.so)
    symbol not found: ldxnxd (/opt/users/ora10g/lib/libocci.so)
    []-pedro:/home/pedro/modelo_v4_g++>

  • Can't find library libjsafe.so in LIBPATH (Weblogic 5.1 on AIX 4.3.3)

     

    try adding
    -Dweblogic.security.SSL.useJava=true
    to your startup script
    John Ruskin wrote:
    I am trying to start WebLogic 5.1 on AIX 4.3.3.
    WebLogic is installed in /app/weblogic/weblogic510 and
    JDK 1.2.2 is in /usr/jdk_base.
    When I run startWebLogic.sh, it throws an exception which is listed below.
    However, the first message displayed when it starts up is
    LIBPATH=/app/weblogic/weblogic510/lib/aix
    and the library mentioned in the exception is indeed there
    Despite the exception Server does start up, but complains about
    unable to Initialize/Load POSIX Performance Pack.
    Any help is appreciated!
    JR
    y 18 08:57:15 CDT 2000:<I> <WebLogicServer> Server loading from
    weblogic.class.path. EJB redeployment enabled.
    java.lang.UnsatisfiedLinkError: Can't find library libjsafe.so in LIBPATH
    LIBPATH=/usr/jdk_base/lib/aix/native_threads
    at java.lang.Runtime.loadLibrary(Compiled Code)
    at java.lang.System.loadLibrary(Compiled Code)
    at COM.rsa.jsafe.JSAFE_DeviceBuilderNative.buildObjects(Compiled
    Code)
    at COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(Compiled Code)
    at COM.rsa.jsafe.JSAFE_AsymmetricCipher.getInstance(Compiled Code)
    at weblogic.security.RSA.performOPJSafe(Compiled Code)
    at weblogic.security.RSA.performOp(Compiled Code)
    at weblogic.security.RSApkcs1.decrypt(Compiled Code)
    at weblogic.security.RSAMDSignature.verify(Compiled Code)
    at weblogic.security.X509.verifySignature(Compiled Code)
    at weblogic.t3.srvr.SSLListenThread.insertIntoCAChain(Compiled Code)
    at weblogic.t3.srvr.SSLListenThread.<init>(Compiled Code)
    at weblogic.t3.srvr.SSLListenThread.<init>(Compiled Code)
    at weblogic.t3.srvr.T3Srvr.start(Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(Compiled Code)
    at weblogic.Server.startServerDynamically(Compiled Code)
    at weblogic.Server.main(Compiled Code)
    at weblogic.Server.main(Compiled Code)
    Following is the last two lines before the "Server Started" message.
    Thu May 18 08:57:23 CDT 2000:<A> <Posix Performance Pack> Could not
    initialize POSIX Performance Pack.
    Thu May 18 08:57:23 CDT 2000:<E> <Performance Pack> Unable to load
    performance pack, using Java I/O.
    Please remember to ALWAYS Reference Your Case Number in the subject line.
    Ian Kushnir
    Technical Support Engineer - North Sydney
    BEA Systems
    Phone: +61-2-9923 4043
    Mobile: +61-417 889 336 or 0417 889 336
    Fax: +61-2-9923 4080
    Email: [email protected]

  • Problems with /usr/ccs/bin/ld -z rescan in Solaris 10 5/08 x86

    When linking in Solaris 10 5/08 and using the '-z rescan' option, I receive the following error:
    ld: elf error: file libMyLibrary.a: elf_begin: Request error: archive/member fildes mismatch
    This only occurs when there are dependencies within other object files that require the archive to actually be scanned twice to resolve all symbols.
    The problem is specific to Solaris 5/08 (prior releases link correctly). Examining ld with truss seems to show the issue is related to not closing some file descriptors. I noticed in elf_begin that there is [a check that two file descriptors are the same|http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/sgs/libelf/common/begin.c#65] which results in the error message I'm getting. Compare the two truss outputs:
    Older revision of Solaris 10:
    13093: open("libMyLibrary.a", O_RDONLY) = 4
    13093: close(4) = 0
    ...snip...
    13093: open("/usr/lib/amd64/crtn.o", O_RDONLY) = 4
    13093: close(4) = 0
    13093: open("/lib/amd64/libmp.so.2", O_RDONLY) = 4
    13093: close(4) = 0
    13093: open("/lib/amd64/libmd5.so.1", O_RDONLY) = 4
    13093: close(4) = 0
    13093: open("/lib/amd64/libscf.so.1", O_RDONLY) = 4
    13093: close(4) = 0
    13093: open("/lib/amd64/libaio.so.1", O_RDONLY) = 4
    13093: close(4) = 0
    13093: open("/lib/amd64/libdoor.so.1", O_RDONLY) = 4
    13093: close(4) = 0
    13093: open("/lib/amd64/libuutil.so.1", O_RDONLY) = 4
    13093: close(4) = 0
    13093: open("libMyLibrary.a", O_RDONLY) = 4
    13093: close(4) = 0
    13093: open("/lib/gcc/amd64/libgcc.a", O_RDONLY) = 4
    13093: close(4) = 0
    13093: open("libMyLibrary.a", O_RDONLY) = 4
    13093: close(4) = 0
    Solaris 10 5/08
    21931: open("libMyLibrary.a", O_RDONLY) = 4
    21931: close(4) = 0
    ...snip...
    21931: open("/lib/gcc/amd64/libgcc.a", O_RDONLY) = 4
    21931: close(4) = 0
    21931: open("/lib/gcc/amd64/crtend.o", O_RDONLY) = 4
    21931: close(4) = 0
    21931: open("/usr/lib/amd64/crtn.o", O_RDONLY) = 4
    21931: close(4) = 0
    21931: open("/lib/amd64/libmp.so.2", O_RDONLY) = 4
    21931: open("/lib/amd64/libscf.so.1", O_RDONLY) = 5
    21931: open("/lib/amd64/libmd.so.1", O_RDONLY) = 6
    21931: open("/lib/amd64/libaio.so.1", O_RDONLY) = 7
    21931: open("/lib/amd64/libdoor.so.1", O_RDONLY) = 8
    21931: open("/lib/amd64/libuutil.so.1", O_RDONLY) = 9
    21931: open("/lib/amd64/libgen.so.1", O_RDONLY) = 10
    21931: open("libMyLibrary.a", O_RDONLY) = 11
    21931: close(11)
    You'll notice that the /lib/amd64 shared libraries are not closed, which leads to the file descriptor number changing, which could trigger this error. Is anyone else experiencing this issue or know why it has started happening with Solaris 5/08?
    Edited by: bennett.schneider on Jun 25, 2008 4:07 PM

    No problem.
    Both the 32-bit and 64-bit ld return:
    -bash-3.00$ mcs -p /usr/ccs/bin/amd64/ld
    /usr/ccs/bin/ld:
    @(#)SunOS 5.10 Generic 127128-11 Mar 2008For comparison, a machine which works has:
    -bash-3.00$  mcs -p /usr/ccs/bin/amd64/ld
    /usr/ccs/bin/amd64/ld:
    @(#)SunOS 5.10 Generic 118855-36 Dec 2006There's a tremendous amount of output from the truss command, but here are the highlights. The libraries are slightly different, as I had to recreate the simple example. (filtered for only open, close, libld:process_req_lib, libld:ld64_process_open, libld:ld64_finish_libs, process_archive and process_files; if more is needed don't hesitate to ask):
    23646:  open("/var/ld/64/ld.config", O_RDONLY)          = 3
    23646:  close(3)                                        = 0
    23646:  open("/usr/ccs/bin/amd64/../../../../lib/amd64/libc.so.1", O_RDONLY) = 3
    23646:  close(3)                                        = 0
    23646/1:        open("/usr/ccs/bin/amd64/../../../../lib/amd64/libld.so.4", O_RDONLY) = 3
    23646/1:        close(3)                                        = 0
    23646/1:        open("/lib/amd64/liblddbg.so.4", O_RDONLY)      = 3
    23646/1:        close(3)                                        = 0
    23646/1:        open("/lib/amd64/libelf.so.1", O_RDONLY)        = 3
    23646/1:        close(3)                                        = 0
    23646/1:        open("/usr/lib/64/libldstab.so.1", O_RDONLY)    = 3
    23646/1:        close(3)                                        = 0
    23646/1@1:        -> libld:ld64_open_outfile(0xfffffd7fff117020, 0xfffffd7fff1182d0, 0xfffffd7fff1182f0, 0x0, 0xfffffd7fff2406c0, 0x6d646f6e6364ff33)
    23646/1:        open("testldD", O_RDWR|O_CREAT|O_TRUNC, 0777)   = 3
    23646/1@1:        <- libld:ld64_open_outfile() = 1
    23646/1@1:        -> libld:ld64_process_files(0xfffffd7fff117020, 0xa, 0xfffffd7fffdff8b8, 0x0, 0x0, 0x0)
    23646/1@1:          -> libld:process_files_com(0xfffffd7fff117020, 0xa, 0xfffffd7fffdff8b8, 0x0, 0x0, 0x0)
    23646/1:        open("testld.D.o", O_RDONLY)                    = 4
    23646/1@1:            -> libld:ld64_process_open(0xfffffd7fffdffb0e, 0x0, 0xfffffd7fffdff75c, 0xfffffd7fff117020, 0x3, 0xfffffd7fffdff760)
    23646/1@1:              -> libld:ld64_sup_open(0xfffffd7fff117020, 0xfffffd7fffdff700, 0xfffffd7fffdff708, 0xfffffd7fffdff75c, 0x3, 0xfffffd7fffdff710)
    23646/1@1:              <- libld:ld64_sup_open() = 4
    23646/1@1:            <- libld:ld64_process_open() = 0xfffffd7fff118338
    23646/1:        close(4)                                        = 0
    23646/1:        open("../../../../x64-SunOS/lib/libtest1-x64-SunOSD.a", O_RDONLY) = 4
    23646/1@1:            -> libld:ld64_process_open(0xfffffd7fffdffb23, 0x0, 0xfffffd7fffdff75c, 0xfffffd7fff117020, 0x3, 0xfffffd7fffdff760)
    23646/1@1:              -> libld:ld64_sup_open(0xfffffd7fff117020, 0xfffffd7fffdff700, 0xfffffd7fffdff708, 0xfffffd7fffdff75c, 0x3, 0xfffffd7fffdff710)
    23646/1@1:              <- libld:ld64_sup_open() = 4
    23646/1@1:                -> libld:ld64_process_archive(0xfffffd7fffdffb23, 0x4, 0xfffffd7fff11acd0, 0xfffffd7fff117020, 0x0, 0xfffffd7fff387b80)
    23646/1@1:                <- libld:ld64_process_archive() = 1
    23646/1@1:            <- libld:ld64_process_open() = 1
    23646/1:        close(4)                                        = 0
    23646/1:        open("../../../../x64-SunOS/lib/libtest2-x64-SunOSD.a", O_RDONLY) = 4
    23646/1@1:            -> libld:ld64_process_open(0xfffffd7fffdffb53, 0x0, 0xfffffd7fffdff75c, 0xfffffd7fff117020, 0x3, 0xfffffd7fffdff760)
    23646/1@1:              -> libld:ld64_sup_open(0xfffffd7fff117020, 0xfffffd7fffdff700, 0xfffffd7fffdff708, 0xfffffd7fffdff75c, 0x3, 0xfffffd7fffdff710)
    23646/1@1:              <- libld:ld64_sup_open() = 4
    23646/1@1:                -> libld:ld64_process_archive(0xfffffd7fffdffb53, 0x4, 0xfffffd7fff11ad50, 0xfffffd7fff117020, 0x0, 0xfffffd7fff387b80)
    23646/1@1:                  -> libld:ld64_sup_open(0xfffffd7fff117020, 0xfffffd7fffdff550, 0xfffffd7fffdff558, 0xfffffd7fffdff564, 0xa, 0xfffffd7fffdff568)
    23646/1@1:                  <- libld:ld64_sup_open() = 4
    23646/1@1:                <- libld:ld64_process_archive() = 1
    23646/1@1:            <- libld:ld64_process_open() = 1
    23646/1:        close(4)                                        = 0
    23646/1:        open("/lib/64/librt.so", O_RDONLY)              = 4
    23646/1@1:                  -> libld:ld64_process_open(0xfffffd7fff11c2a0, 0x8, 0xfffffd7fffdff22c, 0xfffffd7fff117020, 0x2, 0xfffffd7fffdff690)
    23646/1@1:                    -> libld:ld64_sup_open(0xfffffd7fff117020, 0xfffffd7fffdff1d0, 0xfffffd7fffdff1d8, 0xfffffd7fffdff22c, 0x2, 0xfffffd7fffdff1e0)
    23646/1@1:                    <- libld:ld64_sup_open() = 4
    23646/1@1:                  <- libld:ld64_process_open() = 0xfffffd7fff11c2c0
    23646/1:        close(4)                                        = 0
    23646/1@1:          <- libld:process_files_com() = 1
    23646/1@1:          -> libld:ld64_finish_libs(0xfffffd7fff117020, 0xfffffd7fffdff8b8, 0xa, 0x1, 0xfefeffffffffffff, 0xfffffd7fff3878a0)
    23646/1@1:            -> libld:process_req_lib(0xfffffd7fff11ce68, 0xfffffd7fff247fc0, 0xfffffd7fff2531b5, 0xfffffd7fff117020, 0xfffffd7fffdff760, 0xfffffd7fff3878a0)
    23646/1:        open("/lib/64/libaio.so.1", O_RDONLY)           = 4
    23646/1@1:              -> libld:ld64_process_open(0xfffffd7fff128ba0, 0x8, 0xfffffd7fffdff2bc, 0xfffffd7fff117020, 0x0, 0xfffffd7fffdff760)
    23646/1@1:                -> libld:ld64_sup_open(0xfffffd7fff117020, 0xfffffd7fffdff250, 0xfffffd7fffdff258, 0xfffffd7fffdff2bc, 0x0, 0xfffffd7fffdff260)
    23646/1@1:                <- libld:ld64_sup_open() = 4
    23646/1@1:              <- libld:ld64_process_open() = 0xfffffd7fff128bc0
    23646/1@1:            <- libld:process_req_lib() = 0xfffffd7fff128bc0
    23646/1@1:            -> libld:process_req_lib(0xfffffd7fff11cf10, 0xfffffd7fff247fc0, 0xfffffd7fff2531c1, 0xfffffd7fff117020, 0xfffffd7fffdff760, 0xffffffffffffffff)
    23646/1:        open("/lib/64/libc.so.1", O_RDONLY)             = 5
    23646/1@1:              -> libld:ld64_process_open(0xfffffd7fff12d458, 0x8, 0xfffffd7fffdff2bc, 0xfffffd7fff117020, 0x0, 0xfffffd7fffdff760)
    23646/1@1:                -> libld:ld64_sup_open(0xfffffd7fff117020, 0xfffffd7fffdff250, 0xfffffd7fffdff258, 0xfffffd7fffdff2bc, 0x0, 0xfffffd7fffdff260)
    23646/1@1:                <- libld:ld64_sup_open() = 5
    23646/1@1:              <- libld:ld64_process_open() = 0xfffffd7fff12d478
    23646/1@1:            <- libld:process_req_lib() = 0xfffffd7fff12d478
    23646/1@1:            -> libld:process_req_lib(0xfffffd7fff128b30, 0xfffffd7fff247fc0, 0xfffffd7fff2531d5, 0xfffffd7fff117020, 0xfffffd7fffdff760, 0x302d6e722d636c61)
    23646/1:        open("/lib/64/libmd.so.1", O_RDONLY)            = 6
    23646/1@1:              -> libld:ld64_process_open(0xfffffd7ffeca9af8, 0x8, 0xfffffd7fffdff2bc, 0xfffffd7fff117020, 0x0, 0xfffffd7fffdff760)
    23646/1@1:                -> libld:ld64_sup_open(0xfffffd7fff117020, 0xfffffd7fffdff250, 0xfffffd7fffdff258, 0xfffffd7fffdff2bc, 0x0, 0xfffffd7fffdff260)
    23646/1@1:                <- libld:ld64_sup_open() = 6
    23646/1@1:              <- libld:ld64_process_open() = 0xfffffd7ffeca9b18
    23646/1@1:            <- libld:process_req_lib() = 0xfffffd7ffeca9b18
    23646/1@1:          <- libld:ld64_finish_libs() = 1
    23646/1:        open("../../../../x64-SunOS/lib/libtest1-x64-SunOSD.a", O_RDONLY) = 7
    23646/1@1:          -> libld:ld64_process_archive(0xfffffd7fffdffb23, 0x7, 0xfffffd7fff11acd0, 0xfffffd7fff117020, 0xffffffffffff0000, 0x2d636c61686aff38)
    23646/1@1:          <- libld:ld64_process_archive() = 0
    23646/1:        close(7)                                        = 0
    23646/1@1:        <- libld:ld64_process_files() = 1same filter on a working machine:
    7205:   open("/var/ld/64/ld.config", O_RDONLY)          = 3
    7205:   close(3)                                        = 0
    7205:   open("/usr/ccs/bin/amd64/../../../../lib/amd64/libc.so.1", O_RDONLY) = 3
    7205:   close(3)                                        = 0
    7205/1:         open("/usr/lib/locale/en_US.UTF-8/amd64/en_US.UTF-8.so.3", O_RDONLY) = 3
    7205/1:         close(3)                                        = 0
    7205/1:         open("/usr/lib/locale/en_US.UTF-8/amd64/methods_en_US.UTF-8.so.3", O_RDONLY) = 3
    7205/1:         close(3)                                        = 0
    7205/1:         open("/usr/ccs/bin/amd64/../../../../lib/amd64/libld.so.3", O_RDONLY) = 3
    7205/1:         close(3)                                        = 0
    7205/1:         open("/lib/amd64/libelf.so.1", O_RDONLY)        = 3
    7205/1:         close(3)                                        = 0
    7205/1:         open("/usr/lib/64/libldstab.so.1", O_RDONLY)    = 3
    7205/1:         close(3)                                        = 0
    7205/1:         open("/usr/lib/locale/en_US.UTF-8/LC_MESSAGES/SUNW_OST_SGS.mo", O_RDONLY) Err#2 ENOENT
    7205/1@1:         -> libld:open_outfile(0xfffffd7ffefc96c0, 0xfffffd7ffef16f20, 0xfffffd7ffef16f40, 0x0, 0xfffffd7fff240970, 0x6e64ff33356d6e68)
    7205/1:         open("testldD", O_RDWR|O_CREAT|O_TRUNC, 0777)   = 3
    7205/1@1:         <- libld:open_outfile() = 1
    7205/1@1:         -> libld:process_files(0xfffffd7ffefc96c0, 0xa, 0xfffffd7fffdff9b8, 0x0, 0x0, 0x0)
    7205/1@1:           -> libld:process_files_com(0xfffffd7ffefc96c0, 0xa, 0xfffffd7fffdff9b8, 0x0, 0x0, 0x0)
    7205/1:         open("testld.D.o", O_RDONLY)                    = 4
    7205/1@1:             -> libld:process_open(0xfffffd7fffdffbc6, 0x0, 0x4, 0xfffffd7ffefc96c0, 0x3, 0xfffffd7fffdff850)
    7205/1@1:             <- libld:process_open() = 0xfffffd7ffef16f88
    7205/1:         close(4)                                        = 0
    7205/1:         open("../../../../x64-SunOS/lib/libtest1-x64-SunOSD.a", O_RDONLY) = 4
    7205/1@1:             -> libld:process_open(0xfffffd7fffdffbdb, 0x0, 0x4, 0xfffffd7ffefc96c0, 0x3, 0xfffffd7fffdff850)
    7205/1@1:                 -> libld:process_archive(0xfffffd7fffdffbdb, 0x4, 0xfffffd7ffef19668, 0xfffffd7ffefc96c0, 0x4191d8, 0x0)
    7205/1@1:                 <- libld:process_archive() = 1
    7205/1@1:             <- libld:process_open() = 1
    7205/1:         close(4)                                        = 0
    7205/1:         open("../../../../x64-SunOS/lib/libtest2-x64-SunOSD.a", O_RDONLY) = 4
    7205/1@1:             -> libld:process_open(0xfffffd7fffdffc0b, 0x0, 0x4, 0xfffffd7ffefc96c0, 0x3, 0xfffffd7fffdff850)
    7205/1@1:                 -> libld:process_archive(0xfffffd7fffdffc0b, 0x4, 0xfffffd7ffef196e8, 0xfffffd7ffefc96c0, 0x419348, 0x0)
    7205/1@1:                 <- libld:process_archive() = 1
    7205/1@1:             <- libld:process_open() = 1
    7205/1:         close(4)                                        = 0
    7205/1:         open("/lib/64/librt.so", O_RDONLY)              = 4
    7205/1@1:                   -> libld:process_open(0xfffffd7ffef1ac38, 0x8, 0x4, 0xfffffd7ffefc96c0, 0x2, 0xfffffd7fffdff780)
    7205/1@1:                   <- libld:process_open() = 0xfffffd7ffef1ac58
    7205/1:         close(4)                                        = 0
    7205/1@1:           <- libld:process_files_com() = 1
    7205/1@1:             -> libld:process_req_lib(0xfffffd7ffef1b800, 0xfffffd7ffefc7ae0, 0xfffffd7fff2631b5, 0xfffffd7ffefc96c0, 0xfffffd7fffdff850, 0xfffffd7fff3728a0)
    7205/1:         open("/lib/64/libaio.so.1", O_RDONLY)           = 4
    7205/1@1:               -> libld:process_open(0xfffffd7ffef27570, 0x8, 0x4, 0xfffffd7ffefc96c0, 0x0, 0xfffffd7fffdff850)
    7205/1@1:               <- libld:process_open() = 0xfffffd7ffef27590
    7205/1:         close(4)                                        = 0
    7205/1@1:             <- libld:process_req_lib() = 0xfffffd7ffef27590
    7205/1@1:             -> libld:process_req_lib(0xfffffd7ffef1b8a8, 0xfffffd7ffefc7ae0, 0xfffffd7fff2631c1, 0xfffffd7ffefc96c0, 0xfffffd7fffdff850, 0x0)
    7205/1:         open("/lib/64/libmd5.so.1", O_RDONLY)           = 4
    7205/1@1:               -> libld:process_open(0xfffffd7ffef2be28, 0x8, 0x4, 0xfffffd7ffefc96c0, 0x0, 0xfffffd7fffdff850)
    7205/1@1:               <- libld:process_open() = 0xfffffd7ffef2be48
    7205/1:         close(4)                                        = 0
    7205/1@1:             <- libld:process_req_lib() = 0xfffffd7ffef2be48
    7205/1@1:             -> libld:process_req_lib(0xfffffd7ffef1b950, 0xfffffd7ffefc7ae0, 0xfffffd7fff2631cd, 0xfffffd7ffefc96c0, 0xfffffd7fffdff850, 0xffffffffffffffff)
    7205/1:         open("/lib/64/libc.so.1", O_RDONLY)             = 4
    7205/1@1:               -> libld:process_open(0xfffffd7ffef2d020, 0x8, 0x4, 0xfffffd7ffefc96c0, 0x0, 0xfffffd7fffdff850)
    7205/1@1:               <- libld:process_open() = 0xfffffd7ffef2d040
    7205/1:         close(4)                                        = 0
    7205/1@1:             <- libld:process_req_lib() = 0xfffffd7ffef2d040
    7205/1:         open("../../../../x64-SunOS/lib/libtest1-x64-SunOSD.a", O_RDONLY) = 4
    7205/1@1:           -> libld:process_archive(0xfffffd7fffdffbdb, 0x4, 0xfffffd7ffef19668, 0xfffffd7ffefc96c0, 0xffffffffffffff00, 0xfefffefffefefeff)
    7205/1@1:           <- libld:process_archive() = 1
    7205/1:         close(4)                                        = 0
    7205/1:         open("../../../../x64-SunOS/lib/libtest2-x64-SunOSD.a", O_RDONLY) = 4
    7205/1@1:           -> libld:process_archive(0xfffffd7fffdffc0b, 0x4, 0xfffffd7ffef196e8, 0xfffffd7ffefc96c0, 0x415980, 0xfffffd7ffef196a8)
    7205/1@1:           <- libld:process_archive() = 1
    7205/1:         close(4)                                        = 0
    7205/1:         open("../../../../x64-SunOS/lib/libtest1-x64-SunOSD.a", O_RDONLY) = 4
    7205/1@1:           -> libld:process_archive(0xfffffd7fffdffbdb, 0x4, 0xfffffd7ffef19668, 0xfffffd7ffefc96c0, 0x415980, 0xfffffd7ffef196a8)
    7205/1@1:           <- libld:process_archive() = 1
    7205/1:         close(4)                                        = 0
    7205/1:         open("../../../../x64-SunOS/lib/libtest2-x64-SunOSD.a", O_RDONLY) = 4
    7205/1@1:           -> libld:process_archive(0xfffffd7fffdffc0b, 0x4, 0xfffffd7ffef196e8, 0xfffffd7ffefc96c0, 0x415980, 0xfffffd7ffef196a8)
    7205/1@1:           <- libld:process_archive() = 1
    7205/1:         close(4)                                        = 0
    7205/1@1:         <- libld:process_files() = 1The command run to generate both of these was:
    /usr/ccs/bin/amd64/ld -o testldD -m64 testld.D.o -z rescan ../../../../x64-SunOS/lib/libtest1-x64-SunOSD.a ../../../../x64-SunOS/lib/libtest2-x64-SunOSD.a -lrtlibtest2 has depends on symbols in libtest1.
    Thanks for all the help on this.

  • I have a Mac OS 10.6.8. Can't find Library folder or StartUpItems folder. Tried the "Go To Folder" function. Please help.

    I have a Mac OS 10.6.8. I want to change the apps that launch at start-up and can't find Library folder or StartUpItems folder. Tried the "Go To Folder" and "Find" functions. Please help.

    Try double clicking your HD icon, then click on your HD Volume (under devices in the left side bar), then click on Library you should be able to find StartUpItems there.

  • Can't find library (xml, itl) files

    Hi,
    I can't find the library database files (*.xml, *.itl) that are supposed to be in the ..My Music/itunes folder. I use Explorer to look at the itunes folder (which does exist in the My Music folder -- all my music files are in the My Music folder), but it shows no files. Also reports that the itunes folder is empty. I have used the View option tab to tell Explorer to show hidden and system files.
    What seems strange is that iTunes works just fine. I can see and play all my music, it has all my playlists, etc. My understanding is that info is all in the databases, but I can't find them!
    Another odd thing, when I click on the ../My Music/iTunes folder in explorer it takes several minutes with the hourglass icon before it actually opens.
    Searching the discussion forums, I see that I could export the .xml file and then use it to recreate the .itl file. I think that some info is lost when you do this -- such as play counts and date added. In anycase, I'm reluctant to do this since everything seems to be working just fine. I would however like to know where the database files are!
    Any thoughts?
    Dell   Windows XP Pro  

    Well, I bit the bullet and exported my library from itunes into a different location, moved the existing iTunes folder out of My Music, restarted iTunes, imported the saved xml library, and it looks like everything is fine. My library and playlists show up fine in iTunes, and the two library database files now appear in the iTunes folder in My Music. Can't really say what happened, but looks like this fixed it.

  • Can't find library

    After upgrading to the latest version of Final Cut Pro X, I was asked to upgrade my library or projects (can't remember). I clicked "not now" because I wanted to check something fast. A new untitled library was created and now, I can't find my old library. I don't remember where it was located, or the name of my old library.
    Thank you.

    That's in the App Store system preferences. Turn of auto download there. Not sure if it's on by default in Mavericks, but it should be off.

  • I can't find /Library/Frameworks on Mountain Lion. Is somebody having the same issue?

    I am using Mountain Lion and I managed to unhid the Library folder. I was downloading packages from the net and according to the R terminal the packages are stored in
    "/Library/Frameworks/R.framework/Versions/2.15/Resources/library"
    but when I go to the Library folder I can't find the Frameworks directory.
    Somebody has any suggestions on where to search for the /Library/Frameworks ?
    Thanks

    The hidden ~/Library folder is in your User.
    "/Library/Frameworks/R.framework/Versions/2.15/Resources/library" is in your top level Library.
    Macintosh HD/Library

  • Can not find library error

    Hi,
    Forms 9.0.4.0.19
    I put FORMS_PATH in default.env file to point to all the plls.
    When opening a pll I am getting
    PDE-PLI018 Could not find library FNDSQF
    Just in case I also created env var FORMS_PATH to point to the same place. Doesn't work either.What am I missing?
    Thank you
    Anatoliy

    Thanks so much, Andreas, this was it.
    I thought may be you help me with the next error tjhat I am getting now - PDE-PEP006 Encoded Program Unit has an unknown format.
    The thing is that the custom.pll that I need to make a change to was last developed with Developer 10G Forms Builder 10.1.2 (as I was told).
    I downloaded Developer 10G from OTN last week, installed, but the forms builder version there is 9.0.4.
    So I guess that may be a problem, I wonder I can get the right one on if there is any workaround.
    Regards,
    Anatoliy

  • New Itunes can not find library file

    After comuper crash and new hard drive, I downloaded current version of Itunes. Error message is can not find itunes Library.itl. Any suggestions?

    Did you restore your iTunes folder and all its contents from a backup?  The library.itl file contains all the references itunes needs to where your media files are located, playlists etc.  Without the old copy and without the media files you are basically starting brand new.

  • I can not find library/application support folder for garageband

    Hi,
    i am trying to install au plug ins to garageband but i can not find the folder library/application support/audio
    please help
    Many Thanks

    That was for audio plug-ins.
    Here is the Application Support:
    Here is the Path: Hard drive --> Library --> Application Support --> Garageband

  • New PC can't find library

    I bought a new PC, and iTunes can't find my library on the external drive.  I copied my iTunes folder to the PC, and iTunes still can't find it.  When I open iTunes, it shows only 6 songs.

    Hey, diesel vdub, I do thank you for helping me.  I, too, gave up on me for a couple of days, but now I believe my problem is solved.  Before I got the new computer, I transferred all my files to my external drive, so I thought that's where my iTunes library was.  Turns out, it was still on my old computer, so I transferred it to my external, and when I chose a library (and found it now!), it automatically transferred it to my new computer.  Whew!  Anyway, thanks for your help, and I'm sorry to be such a techno-dunce.

  • Can't find library when compiled with debugging

    Hi all,
    Compiling this code segment cannot find a library when using -g
    bash-3.2$ cat tester.cc
    #include <iostream>
    #include <string>
    using namespace std ;
    static void
    myRoutine()
    string str= "this is in routine" ;
    string str3 ;
    str3 = str.substr(11,7) ;
    if(str.substr(0,4) == "this") cout << "Have a hit" << endl ;
    cout << "this is str3 - " << str3 << endl ;
    int main(int argc, char **argv)
    string str = "this is a test" ;
    string str1, str2 ;
    str1 = str.substr(0,4) ;
    str2 = str.substr(10,4) ;
    cout << "this is str1 - " << str1 << endl ;
    cout << "this is str2 - " << str2 << endl ;
    myRoutine() ;
    return 0 ;
    bash-3.2$ CC -g -o tester tester.cc
    bash-3.2$ ldd tester
         libCstd.so.1 =>     /usr/lib/libCstd.so.1
         libCstd.so.1 (SUNW_1.4.2) =>     (version not found)
         libCrun.so.1 =>     /usr/lib/libCrun.so.1
         libm.so.2 =>     /usr/lib/libm.so.2
         libc.so.1 =>     /usr/lib/libc.so.1
    If I comment out:
    if(str.substr(0,4) == "this") cout << "Have a hit" << endl ;
    bash-3.2$ cat tester.cc
    #include <iostream>
    #include <string>
    using namespace std ;
    static void
    myRoutine()
    string str= "this is in routine" ;
    string str3 ;
    str3 = str.substr(11,7) ;
    // if(str.substr(0,4) == "this") cout << "Have a hit" << endl ;
    cout << "this is str3 - " << str3 << endl ;
    int main(int argc, char **argv)
    string str = "this is a test" ;
    string str1, str2 ;
    str1 = str.substr(0,4) ;
    str2 = str.substr(10,4) ;
    cout << "this is str1 - " << str1 << endl ;
    cout << "this is str2 - " << str2 << endl ;
    myRoutine() ;
    return 0 ;
    bash-3.2$ CC -g -o tester tester.cc
    bash-3.2$ ldd tester
         libCstd.so.1 =>     /usr/lib/libCstd.so.1
         libCrun.so.1 =>     /usr/lib/libCrun.so.1
         libm.so.2 =>     /usr/lib/libm.so.2
         libc.so.1 =>     /usr/lib/libc.so.1
    Or if I remove -g:
    bash-3.2$ cat tester.cc
    #include <iostream>
    #include <string>
    using namespace std ;
    static void
    myRoutine()
    string str= "this is in routine" ;
    string str3 ;
    str3 = str.substr(11,7) ;
    if(str.substr(0,4) == "this") cout << "Have a hit" << endl ;
    cout << "this is str3 - " << str3 << endl ;
    int main(int argc, char **argv)
    string str = "this is a test" ;
    string str1, str2 ;
    str1 = str.substr(0,4) ;
    str2 = str.substr(10,4) ;
    cout << "this is str1 - " << str1 << endl ;
    cout << "this is str2 - " << str2 << endl ;
    myRoutine() ;
    return 0 ;
    bash-3.2$ CC -o tester tester.cc
    bash-3.2$ ldd tester
         libCstd.so.1 =>     /usr/lib/libCstd.so.1
         libCrun.so.1 =>     /usr/lib/libCrun.so.1
         libm.so.2 =>     /usr/lib/libm.so.2
         libc.so.1 =>     /usr/lib/libc.so.1
    then I can run successfully
    Any thoughts or hints?
    bash-3.2$ CC -V
    CC: Sun Ceres C++ 5.10 SunOS_i386 2008/07/10
    Usage: CC [ options ] files. Use 'CC -flags' for details
    bash-3.2$ uname -a
    SunOS alpha 5.11 snv_86 i86pc i386 i86pc
    Thanks,
    Jim

    Ack! Please ignore my earlier posting. I did not play close enough attention to details in your post. I apologize for the confusion. Let me start over:
    The Studio Express release you have contains a newer version of the C++ runtime library libCstd.so.1 than is available yet in Solaris patches. We bump the internal version number when we add new interfaces. The internal version number of the Studio Express library is SUNW_1.3.2. The version of the latest release Solaris patch is SUNW_1.3.1.
    Some new string class operator functions are in version SUNW_1.3.2. I think these are also defined as inline functions in the compiler headers. When you compile with -g, inlining is disabled, and you create a dependency on library version SUNW_1.3.2. (Compiling with -g0 allows function inlining, and might resolve your problem, but read on.)
    We have not released a libCstd.so.1 with internal version SUNW_1.4.2, so I don't understand how that version number could appear in an error message. Did you really see that version, or is it a transcription error? For now, let's assume it is a transcription error.
    When you compile and link with CC, the program gets a runpath pointing into the compiler installation area. At program run time, the loader looks for libraries in directories listed in the runpath, with /lib and /usr/lib as last resort. The "ldd" command reports what the runtime loader will do regarding dependent libraries.
    If the compiler is installed in /opt, a 32-bit program gets a runpath that includes /opt/SUNWspro/lib. In that directory in Sun Studio Express is a symbolic link that points to ../prod/usr/lib/libCstd.so.1, the library with version SUNW_1.3.2.
    If you try this:
    % /opt/SUNWspro/bin/CC hello.cc
    % ldd a.out
    you should see, among other things,
    libCrun.so.1 => /opt/SUNWspro/lib/libCstd.so.1
    (Depending on the OS version, you might see
    libCrun.so.1 => /opt/SUNWspro/prod/usr/lib/libCstd.so.1 instead.)
    But if ldd can't resolve the library, you probably have a corrupted Sun Studio Express installation. In that case, uninstall it, and reinstall from a fresh download.
    If you run the program on a different computer where Sun Studio Express is not installed, the loader won't be able to find the right library version, and you will get "not found" results. I addressed this issue in another thread:
    http://forums.sun.com/thread.jspa?threadID=5340163

  • Remote Can't find library on a Win base iTunes library

    Hello,
    I am unable to remote my iTunes library from my iPad. My laptop is a windows base system. It has Win7 and my iTune's library is sharing.
    On my iPad, once the Remote app is launched, it does show and icon for my library on my lap top but when I click on it, I always receive the message that can't connect to library. I have turned off my firewall (at my computer), I opened the ports for TCP & UDP on my router as specified on the help/support page but no dice.
    Does any one have an idea of what is the deal?
    Message was edited by: Haizi
    Message was edited by: Haizi

    Hello,
    This is the same for me. Impossible to find a solution after.
    Can you help us.
    Thank

Maybe you are looking for

  • How do I get the searchbar to open in a new tab?

    I want the search bar to open a new tab every time i search for something. How to I do this?

  • Spotlight Search Issues

    Problem Summary: Client cannot get correct search results via Spotlight. Equipment: Mac Mini Server (2.66 GHz Intel Core 2 Duo, 4GB RAM) running Lion Server 10.7.3 Troubleshooting steps taken so far: Disabled, cleared the index, and re-enabled Spotli

  • WRE54G losing connection to either router or PCI?

    I have a WRT54GS V6 router, a WMP54GS pci card and now a WRE54G V3 Expander all with latest firmare. Router is downstairs and coverage is fine for most of upstairs but my bedroom is about 20 feet down a hallway and signal is low (and sometimes non-ex

  • Safari resizing images, again...

    Some years back, around 2007, I started a thread about Safari automatically resizing images that are larger than the window. That "feature" magically appeared with one Safari update, and quickly disappeared with another update. Well, it's now July 20

  • When waking up won't connect to net

    I have a wireless system in my place and I am the only one who uses it. When my computer is waking up it asks me pick a desired network to connect to. It say that none of my preferred networks are available. My network is in the list tho. After I sel