Incompatiblity of the code due to CC compiler version mismatch.

Incompatiblity of the code due to CC compiler version mismatch.

I have a machine with

Machine A-- Operating System:SunOs 5.8 Generic_117350-45 sun4u sparc SUNW,Ultra-80(solaris 5.8)
    CC Compiler:CC: WorkShop Compilers 4.2 16 Jun 1998 C++ 4.2 patch 104631-07
        we have compiled C++ code, generated .so files are working fine on the Machine C --
        Machine C)Operating System:5.10 Generic_147440-03 sun4v sparc sun4v(Solaris 5.10)

Machine B --   Operating System:5.8 Generic_Virtual sun4v sparc sun4v
    CC Compiler:CC:CC: Sun C++ 5.8 2005/10/13
        we have compiled C++ code, generated .so files are not working fine on the Machine C

Machine C -- Operating System:5.10 Generic_147440-03 sun4v sparc sun4v(Solaris 5.10)
    
I would like to know 
1\) If the code compiled with compiler on Machine A is compatable on Machine C.why the code compiled on Machine B incompatable on Machine C.
2\)Machine A and Machine B are with the same SunOs 5.8 version but with a different CC compiler version.we suspect the CC compiler version mismatch on the machines A and B is the cause of the problem.

Expecting solution so that we could able to run the code on Machine C with the compiler available in Market\(WorkShop Compilers 4.2 16 Jun 1998 C\+\+ 4.2 patch 104631-07 was not found\)
any solution to the problem is helpful and appreciable.Thanks in advance.

Regards,
Revathi

SUnWSPro compilers have options for portable and nonportable optimizations. Incompatability can also come from use of different library versions. What tells you it is incompatible?

Thank you DGPickett for The reply

Generated .so files of C++ code on Machine A, Machine B(configurations mentioned in Thread),when copied to Machine C have to start the application, when a command is issued on command line of Machine C.
but

1).so's generated on Machine A are able to start the application on Machine C
2).so's generated on Machine B are unable to start The application on Machine C

We have run the same code on Machine A and Machine B, With The same make files, but on Machine A we have used Make and on Machine B we have used gmake.

so DGPickett any compilation options for compiler on Machine B to generated the code works on Machine C.
What are all the other factors matters for .so's of Machine B not working fine on Machine C
I mean

1) Any run time utilities of OS
2)compiler versions or Libraries or Patches etc.

Any solution to the problem is helpful and appreciable. Thanks in advance.

Regards,
Revathi

What's the entire output from running "ldd -r ...." against your application?

ldd -r /path/to/application/binary

We have many .so files generated on Machine A; Machine B all(A/B) togeather will Start the application

for Example on giving for one .so file

Machine B.

ldd -r DDQueryEnv.so.1

 
libaio.so.1 =>   /usr/lib/libaio.so.1
        libkstat.so.1 =>         /usr/lib/libkstat.so.1
        libsocket.so.1 =>        /usr/lib/libsocket.so.1
        libnsl.so.1 =>   /usr/lib/libnsl.so.1
        librt.so.1 =>    /usr/lib/librt.so.1
        libthread2412d10g.so =>  (file not found)
        libitc2312d10g.so =>     (file not found)
        libfunctor2312d10g.so =>         (file not found)
        libfunctor_list2312d10g.so =>    (file not found)
        libfunctor_map2312d10g.so =>     (file not found)
        libpointer2512d10g.so =>         (file not found)
        libsync2412d10g.so =>    (file not found)
        libthrexcept2312d10g.so =>       (file not found)
        libtrace2312d10g.so =>   (file not found)
        libstd4112d10g.so =>     (file not found)
        libtls71012d10g.so =>    (file not found)
        libdbt6312d10g.so =>     (file not found)
        libWmEncoding.so =>      (file not found)
        libLogEnvironment.so =>  (file not found)
        librwextensions.so =>    (file not found)
        libgeneral.so =>         (file not found)
        libWmNotifyBus.so =>     (file not found)
        libareas.so =>   (file not found)
        librwdbextensions.so =>  (file not found)
        libthreadutils.so =>     (file not found)
        libexpressions.so =>     (file not found)
        libsharedObj.so =>       (file not found)
        libdsclient.so =>        (file not found)
        libsqlSupport.so =>      (file not found)
        libdataDictionary.so =>  (file not found)
        libWmGateway.so =>       (file not found)
        libWmQueryInterface.so =>        (file not found)
        libxml.so =>     (file not found)
        libtranslator.so =>      (file not found)
        libc.so.1 =>     /usr/lib/libc.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        libmp.so.2 =>    /usr/lib/libmp.so.2
        symbol not found: __1cE__rwN__rw_ct_ctype6FIpkc_pn0AK__rw_facet__               (./DDQueryEnv.so.1)
        symbol not found: __1cDstdEcout_                (./DDQueryEnv.so.1)
        symbol not found: __1cDstdIios_baseS_C_sync_with_stdio_         (./DDQueryEnv.so.1)
        symbol not found: __1cTRWCollectableStringG__vtbl_              (./DDQueryEnv.so.1)
        symbol not found: __1cSWmOutputStreamLockN_ostream_lock_                (./DDQueryEnv.so.1)
        /usr/platform/sun4v/lib/libc_psr.so.1
        symbol not found: __1cQRWCollectableIntKnewSpecies6kM_pnNRWCollectable__                (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntEcopy6kM_pnNRWCollectable__              (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntDisA6kM_H_               (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntEself6M_pv_              (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntEself6kM_pkv_            (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntJcompareTo6kMpknNRWCollectable__i_               (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntEhash6kM_I_              (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntHisEqual6kMpknNRWCollectable__b_         (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntLrestoreGuts6MrnGRWFile__v_              (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntLrestoreGuts6MrnKRWvistream__v_          (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntIsaveGuts6kMrnGRWFile__v_                (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntIsaveGuts6kMrnKRWvostream__v_            (./DDQueryEnv.so.1)
        symbol not found: __1cJSharedEnvQrefreshScenarios6M_i_          (./DDQueryEnv.so.1)
        symbol not found: __1cJSharedEnv2t5B6M_v_               (./DDQueryEnv.so.1)
        symbol not found: __1cWPRContextManagerHandle2t6M_v_            (./DDQueryEnv.so.1)
        symbol not found: __1cJDDManagerIinstance6F_p0_         (./DDQueryEnv.so.1)
        symbol not found: __1cJDDManagerNtrafficHandle6M_nWPRContextManagerHandle__             (./DDQueryEnv.so.1)
        symbol not found: __1cWPRContextManagerHandle2G6Mrk0_r0_                (./DDQueryEnv.so.1)
        symbol not found: __1cWPRContextManagerHandle2T6M_v_            (./DDQueryEnv.so.1)
        symbol not found: __1cHLogUser2T5B6M_v_         (./DDQueryEnv.so.1)
        symbol not found: __1cJSharedEnv2T5B6M_v_               (./DDQueryEnv.so.1)
        symbol not found: __1cG__CrunMex_rethrow_q6F_v_         (./DDQueryEnv.so.1)
        symbol not found: __1cWPRContextManagerHandleHgetBody6kM_pnQPRContextManager__          (./DDQueryEnv.so.1)
        symbol not found: __1cE__rwK__rw_throw6FiE_v_           (./DDQueryEnv.so.1)
        symbol not found: __1cE__rwN__rw_allocate6FIi_pv_               (./DDQueryEnv.so.1)
        symbol not found: __1cMWmXMLElementPgetNamedElement6kMrknJRWEString__p0_                (./DDQueryEnv.so.1)
        symbol not found: __1cPPRDDQdDueryReader2t6MrnQPRContextManager__v_             (./DDQueryEnv.so.1)
        symbol not found: __1cLXMLResponse2t6MpnRXMLResponseTarget__v_          (./DDQueryEnv.so.1)
        symbol not found: __1cHWmXMLioNwriteToString6FpknMWmXMLElement__nJRWEString__           (./DDQueryEnv.so.1)
        symbol not found: __1cLXMLResponseFparse6MrknJRWEString_nPFlatXMLResponseFState__v_             (./DDQueryEnv.so.1)
        symbol not found: __1cPPRDDQdDueryReaderRxmlDataDictionary6M_pnMWmXMLElement__          (./DDQueryEnv.so.1)
        symbol not found: __rw_atomic_add32             (./DDQueryEnv.so.1)
        symbol not found: __1cE__rwP__rw_deallocate6FpvIi_v_            (./DDQueryEnv.so.1)
        symbol not found: __1cLXMLResponse2T6M_v_               (./DDQueryEnv.so.1)
        symbol not found: __1cPPRDDQdDueryReader2T6M_v_         (./DDQueryEnv.so.1)
        symbol not found: __1cNErrorResponse2T6M_v_             (./DDQueryEnv.so.1)
        symbol not found: __1cLRWMutexLockHacquire6M_v_         (./DDQueryEnv.so.1)
        symbol not found: __1cLRWMutexLockHrelease6M_v_         (./DDQueryEnv.so.1)
        symbol not found: __1cNErrorResponse2t6Mii_v_           (./DDQueryEnv.so.1)
        symbol not found: __1cDstdIios_baseG_C_set6MIIpv_2_             (./DDQueryEnv.so.1)
        symbol not found: __1cG__CrunHex_skip6F_b_              (./DDQueryEnv.so.1)
        symbol not found: __1cG__CrunIex_clean6F_v_             (./DDQueryEnv.so.1)
        symbol not found: __1cDstdIios_baseEInit2T6M_v_         (./DDQueryEnv.so.1)
        symbol not found: __1c2k6Fpv_v_         (./DDQueryEnv.so.1)
        symbol not found: __1cDstdSuncaught_exception6F_b_              (./DDQueryEnv.so.1)
        symbol not found: __1cDstdGlocale2t6Mrk1_v_             (./DDQueryEnv.so.1)
        symbol not found: __1cDstdGlocaleQ_C_get_std_facet6kMnE__rwK__rw_facetN_C_facet_type_pFIpkc_p3_pk3_             (./DDQueryEnv.so.1)
        symbol not found: __1cDstdGlocale2T6M_v_                (./DDQueryEnv.so.1)
        symbol not found: __1cDstdIios_baseEInit2t6M_v_         (./DDQueryEnv.so.1)
        symbol not found: __1cG__CrunSregister_exit_code6FpG_v_v_               (./DDQueryEnv.so.1)
        symbol not found: __1cDstdIios_baseG_C_tie6kM_pv_               (./DDQueryEnv.so.1)
        symbol not found: __1cE__rwL__rw_fflush6Fpvi_i_         (./DDQueryEnv.so.1)
        symbol not found: __1cJSOCreator2t5B6M_v_               (./DDQueryEnv.so.1)
        symbol not found: __1cJSOCreator2T5B6M_v_               (./DDQueryEnv.so.1)
        symbol not found: __1c2n6FI_pv_         (./DDQueryEnv.so.1)
        symbol not found: __1cNRWCollectable2t5B6M_v_           (./DDQueryEnv.so.1)
        symbol not found: __1cTRWCollectableString2T6M_v_               (./DDQueryEnv.so.1)
        symbol not found: __1cNRWCollectable2T5B6M_v_           (./DDQueryEnv.so.1)
        symbol not found: __1cIMapEntry2t6MnJRWEString_pnJSOCreator__v_         (./DDQueryEnv.so.1)

Machine A:

ldd -r DDQueryEnv.so.1
        libaio.so.1 =>   /usr/lib/libaio.so.1
        libkstat.so.1 =>         /usr/lib/libkstat.so.1
        libsocket.so.1 =>        /usr/lib/libsocket.so.1
        libnsl.so.1 =>   /usr/lib/libnsl.so.1
        librt.so.1 =>    /usr/lib/librt.so.1
        libthread2412d10g.so =>  (file not found)
        libitc2312d10g.so =>     (file not found)
        libfunctor2312d10g.so =>         (file not found)
        libfunctor_list2312d10g.so =>    (file not found)
        libfunctor_map2312d10g.so =>     (file not found)
        libpointer2512d10g.so =>         (file not found)
        libsync2412d10g.so =>    (file not found)
        libthrexcept2312d10g.so =>       (file not found)
        libtrace2312d10g.so =>   (file not found)
        libstd4112d10g.so =>     (file not found)
        libtls71012d10g.so =>    (file not found)
        libdbt6312d10g.so =>     (file not found)
        libWmEncoding.so =>      (file not found)
        libLogEnvironment.so =>  (file not found)
        librwextensions.so =>    (file not found)
        libgeneral.so =>         (file not found)
        libWmNotifyBus.so =>     (file not found)
        libareas.so =>   (file not found)
        librwdbextensions.so =>  (file not found)
        libthreadutils.so =>     (file not found)
        libexpressions.so =>     (file not found)
        libsharedObj.so =>       (file not found)
        libdsclient.so =>        (file not found)
        libsqlSupport.so =>      (file not found)
        libdataDictionary.so =>  (file not found)
        libWmGateway.so =>       (file not found)
        libWmQueryInterface.so =>        (file not found)
        libxml.so =>     (file not found)
        libtranslator.so =>      (file not found)
        libc.so.1 =>     /usr/lib/libc.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        libmp.so.2 =>    /usr/lib/libmp.so.2
        symbol not found: __1cE__rwN__rw_ct_ctype6FIpkc_pn0AK__rw_facet__               (./DDQueryEnv.so.1)
        symbol not found: __1cDstdEcout_                (./DDQueryEnv.so.1)
        symbol not found: __1cDstdIios_baseS_C_sync_with_stdio_         (./DDQueryEnv.so.1)
        symbol not found: __1cTRWCollectableStringG__vtbl_              (./DDQueryEnv.so.1)
        symbol not found: __1cSWmOutputStreamLockN_ostream_lock_                (./DDQueryEnv.so.1)
        /usr/platform/SUNW,Ultra-80/lib/libc_psr.so.1
        symbol not found: __1cQRWCollectableIntKnewSpecies6kM_pnNRWCollectable__                (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntEcopy6kM_pnNRWCollectable__              (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntDisA6kM_H_               (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntEself6M_pv_              (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntEself6kM_pkv_            (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntJcompareTo6kMpknNRWCollectable__i_               (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntEhash6kM_I_              (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntHisEqual6kMpknNRWCollectable__b_         (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntLrestoreGuts6MrnGRWFile__v_              (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntLrestoreGuts6MrnKRWvistream__v_          (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntIsaveGuts6kMrnGRWFile__v_                (./DDQueryEnv.so.1)
        symbol not found: __1cQRWCollectableIntIsaveGuts6kMrnKRWvostream__v_            (./DDQueryEnv.so.1)
        symbol not found: __1cJSharedEnvQrefreshScenarios6M_i_          (./DDQueryEnv.so.1)
        symbol not found: __1cJSharedEnv2t5B6M_v_               (./DDQueryEnv.so.1)
        symbol not found: __1cWPRContextManagerHandle2t6M_v_            (./DDQueryEnv.so.1)
        symbol not found: __1cJDDManagerIinstance6F_p0_         (./DDQueryEnv.so.1)
        symbol not found: __1cJDDManagerNtrafficHandle6M_nWPRContextManagerHandle__             (./DDQueryEnv.so.1)
        symbol not found: __1cWPRContextManagerHandle2G6Mrk0_r0_                (./DDQueryEnv.so.1)
        symbol not found: __1cWPRContextManagerHandle2T6M_v_            (./DDQueryEnv.so.1)
        symbol not found: __1cHLogUser2T5B6M_v_         (./DDQueryEnv.so.1)
        symbol not found: __1cJSharedEnv2T5B6M_v_               (./DDQueryEnv.so.1)
        symbol not found: __1cG__CrunMex_rethrow_q6F_v_         (./DDQueryEnv.so.1)
        symbol not found: __1cWPRContextManagerHandleHgetBody6kM_pnQPRContextManager__          (./DDQueryEnv.so.1)
        symbol not found: __1cE__rwK__rw_throw6FiE_v_           (./DDQueryEnv.so.1)
        symbol not found: __1cE__rwN__rw_allocate6FIi_pv_               (./DDQueryEnv.so.1)
        symbol not found: __1cMWmXMLElementPgetNamedElement6kMrknJRWEString__p0_                (./DDQueryEnv.so.1)
        symbol not found: __1cPPRDDQdDueryReader2t6MrnQPRContextManager__v_             (./DDQueryEnv.so.1)
        symbol not found: __1cLXMLResponse2t6MpnRXMLResponseTarget__v_          (./DDQueryEnv.so.1)
        symbol not found: __1cHWmXMLioNwriteToString6FpknMWmXMLElement__nJRWEString__           (./DDQueryEnv.so.1)
        symbol not found: __1cLXMLResponseFparse6MrknJRWEString_nPFlatXMLResponseFState__v_             (./DDQueryEnv.so.1)
        symbol not found: __1cPPRDDQdDueryReaderRxmlDataDictionary6M_pnMWmXMLElement__          (./DDQueryEnv.so.1)
        symbol not found: __rw_atomic_add32             (./DDQueryEnv.so.1)
        symbol not found: __1cE__rwP__rw_deallocate6FpvIi_v_            (./DDQueryEnv.so.1)
        symbol not found: __1cLXMLResponse2T6M_v_               (./DDQueryEnv.so.1)
        symbol not found: __1cPPRDDQdDueryReader2T6M_v_         (./DDQueryEnv.so.1)
        symbol not found: __1cNErrorResponse2T6M_v_             (./DDQueryEnv.so.1)
        symbol not found: __1cLRWMutexLockHacquire6M_v_         (./DDQueryEnv.so.1)
        symbol not found: __1cLRWMutexLockHrelease6M_v_         (./DDQueryEnv.so.1)
        symbol not found: __1cNErrorResponse2t6Mii_v_           (./DDQueryEnv.so.1)
        symbol not found: __1cDstdIios_baseG_C_set6MIIpv_2_             (./DDQueryEnv.so.1)
        symbol not found: __1cG__CrunHex_skip6F_b_              (./DDQueryEnv.so.1)
        symbol not found: __1cG__CrunIex_clean6F_v_             (./DDQueryEnv.so.1)
        symbol not found: __1cDstdIios_baseEInit2T6M_v_         (./DDQueryEnv.so.1)
        symbol not found: __1c2k6Fpv_v_         (./DDQueryEnv.so.1)
        symbol not found: __1cDstdSuncaught_exception6F_b_              (./DDQueryEnv.so.1)
        symbol not found: __1cDstdGlocale2t6Mrk1_v_             (./DDQueryEnv.so.1)
        symbol not found: __1cDstdGlocaleQ_C_get_std_facet6kMnE__rwK__rw_facetN_C_facet_type_pFIpkc_p3_pk3_             (./DDQueryEnv.so.1)
        symbol not found: __1cDstdGlocale2T6M_v_                (./DDQueryEnv.so.1)
        symbol not found: __1cDstdIios_baseEInit2t6M_v_         (./DDQueryEnv.so.1)
        symbol not found: __1cG__CrunSregister_exit_code6FpG_v_v_               (./DDQueryEnv.so.1)
        symbol not found: __1cDstdIios_baseG_C_tie6kM_pv_               (./DDQueryEnv.so.1)
        symbol not found: __1cE__rwL__rw_fflush6Fpvi_i_         (./DDQueryEnv.so.1)
        symbol not found: __1cJSOCreator2t5B6M_v_               (./DDQueryEnv.so.1)
        symbol not found: __1cJSOCreator2T5B6M_v_               (./DDQueryEnv.so.1)
        symbol not found: __1c2n6FI_pv_         (./DDQueryEnv.so.1)
        symbol not found: __1cNRWCollectable2t5B6M_v_           (./DDQueryEnv.so.1)
        symbol not found: __1cTRWCollectableString2T6M_v_               (./DDQueryEnv.so.1)
        symbol not found: __1cNRWCollectable2T5B6M_v_           (./DDQueryEnv.so.1)
        symbol not found: __1cIMapEntry2t6MnJRWEString_pnJSOCreator__v_         (./DDQueryEnv.so.1)

---------- Post updated at 11:23 PM ---------- Previous update was at 11:07 PM ----------

Frist given output is when the .so file is in the Build Environment

Now the output in the production Environment

.so of Machine B on the production Environment

ldd -r DDQueryEnv.so.1
libaio.so.1 =>   /usr/lib/libaio.so.1
        libkstat.so.1 =>         /usr/lib/libkstat.so.1
        libsocket.so.1 =>        /usr/lib/libsocket.so.1
        libnsl.so.1 =>   /usr/lib/libnsl.so.1
        librt.so.1 =>    /usr/lib/librt.so.1
        libthread2412d10g.so =>  /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libthread2412d10g.so
        libitc2312d10g.so =>     /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libitc2312d10g.so
        libfunctor2312d10g.so =>         /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libfunctor2312d10g.so
        libfunctor_list2312d10g.so =>    /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libfunctor_list2312d10g.so
        libfunctor_map2312d10g.so =>     /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libfunctor_map2312d10g.so
        libpointer2512d10g.so =>         /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libpointer2512d10g.so
        libsync2412d10g.so =>    /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libsync2412d10g.so
        libthrexcept2312d10g.so =>       /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libthrexcept2312d10g.so
        libtrace2312d10g.so =>   /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libtrace2312d10g.so
        libstd4112d10g.so =>     /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libstd4112d10g.so
        libtls71012d10g.so =>    /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libtls71012d10g.so
        libdbt6312d10g.so =>     /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libdbt6312d10g.so
        libWmEncoding.so =>      /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmEncoding.so
        libLogEnvironment.so =>  /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libLogEnvironment.so
        librwextensions.so =>    /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/librwextensions.so
        libgeneral.so =>         /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libgeneral.so
        libWmNotifyBus.so =>     /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmNotifyBus.so
        libareas.so =>   /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libareas.so
        librwdbextensions.so =>  /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/librwdbextensions.so
        libthreadutils.so =>     /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libthreadutils.so
        libexpressions.so =>     /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libexpressions.so
        libsharedObj.so =>       /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libsharedObj.so
        libdsclient.so =>        /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libdsclient.so
        libsqlSupport.so =>      /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libsqlSupport.so
        libdataDictionary.so =>  /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libdataDictionary.so
        libWmGateway.so =>       /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so
        libWmQueryInterface.so =>        /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmQueryInterface.so
        libxml.so =>     /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libxml.so
        libtranslator.so =>      /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libtranslator.so
        libc.so.1 =>     /usr/lib/libc.so.1
        libmp.so.2 =>    /usr/lib/libmp.so.2
        libmd.so.1 =>    /usr/lib/libmd.so.1
        libscf.so.1 =>   /usr/lib/libscf.so.1
        libpthread.so.1 =>       /usr/lib/libpthread.so.1
        libz.so.1 =>     /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/tp/libz.so.1
        libBasicExpressions.so =>        /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libBasicExpressions.so
        libexpat.so =>   /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/tp/libexpat.so
        libtableGateway.so =>    /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libtableGateway.so
        libparser.so =>  /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libparser.so
        libconfiguration.so =>   /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libconfiguration.so
        libWmDbRepository.so =>  /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmDbRepository.so
        libWmEDSRepository.so =>         /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmEDSRepository.so
        libWmService.so =>       /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so
        libdoor.so.1 =>  /usr/lib/libdoor.so.1
        libuutil.so.1 =>         /usr/lib/libuutil.so.1
        libgen.so.1 =>   /usr/lib/libgen.so.1
        libCrun.so.1 =>  /usr/lib/libCrun.so.1
        /platform/sun4v/lib/libc_psr.so.1
        /platform/sun4v/lib/libmd_psr.so.1
        symbol not found: __1cVconfigenverrorhandler6Fpc_v_             (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libgeneral.so)
        symbol not found: log           (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libgeneral.so)
        symbol not found: __fabsf               (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libgeneral.so)
        symbol not found: exp           (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libgeneral.so)
        symbol not found: __sqrtf               (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libgeneral.so)
        symbol not found: __expf                (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libgeneral.so)
        symbol not found: __logf                (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libgeneral.so)
        symbol not found: tan           (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libgeneral.so)
        symbol not found: __floorf              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libgeneral.so)
        symbol not found: atan2         (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libareas.so)
        symbol not found: cos           (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libareas.so)
        symbol not found: sin           (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libareas.so)
        symbol not found: __sincos              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libareas.so)
        symbol not found: tan           (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libareas.so)
        symbol not found: __1cVconfigenverrorhandler6Fpc_v_             (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libareas.so)
        symbol not found: pow           (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libexpressions.so)
        symbol not found: log10         (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libexpressions.so)
        symbol not found: log           (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libexpressions.so)
        symbol not found: exp           (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libexpressions.so)
        symbol not found: sin           (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libexpressions.so)
        symbol not found: cos           (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libexpressions.so)
        symbol not found: tan           (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libexpressions.so)
        symbol not found: asin          (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libexpressions.so)
        symbol not found: acos          (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libexpressions.so)
        symbol not found: atan          (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libexpressions.so)
        symbol not found: __1cMDispatchableCok6kM_i_            (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libdsclient.so)
        symbol not found: __1cMSocketStreamGputmsg6MpkcnLMessagetype__i_                (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libdsclient.so)
        symbol not found: __1cSClientSocketStream2t6Mpkc2pnKDispatcher_i_v_             (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libdsclient.so)
        symbol not found: __1cMSocketStreamGgetmsg6M_pc_                (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libdsclient.so)
        symbol not found: __1cJWmMessageHisEqual6kMpknNRWCollectable__b_                (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageEhash6kM_I_             (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageJcompareTo6kMpknNRWCollectable__i_              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessage2e6kMrk0_b_             (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageHisValid6kM_b_          (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageOgetMessageType6kM_nLMessagetype__              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageLgetRevision6kM_i_              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageLgetChecksum6kM_h_              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageHupdated6Mi_v_          (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageIasString6kMrnJRWEString_nLDataContentGFormat__i_               (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageMgetInstances6kM_l_             (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageMsetInstances6Mi_v_             (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageOsetMessageType6Mki_i_          (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageLsetRevision6Mc_i_              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageLsetChecksum6Mh_i_              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageOcheckAttribute6kMrknJRWEString__b_             (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageRgetAttributeValue6kMrknJRWEString__1_          (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageMsetAttribute6MrknJRWEString_3b_v_              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageNwriteToString6kM_nJRWEString__         (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageLasXMLString6kMrnJRWEString__i_         (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: pow           (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessage2t5B6MrknJRWEString__v_         (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessage2T5B6M_v_               (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageQsetMessageObject6MrknMWmXMLElement__i_         (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessage2t5B6Mrk0_v_            (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageOdecipherFormat6FrknJRWEString__nLDataContentGFormat__          (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageUextractMessageObject6FrknJRWEString__pnMWmXMLElement__         (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageI_isValid6kM_b_         (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageHisEqual6kMpknNRWCollectable__b_                (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageEhash6kM_I_             (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageJcompareTo6kMpknNRWCollectable__i_              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cYWmExpReportFunctionTable2t6M_v_          (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libtranslator.so)
        symbol not found: __1cYWmExpReportFunctionTable2T6M_v_          (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libtranslator.so)
        symbol not found: __1cOReportFieldDef2t6MirknJRWEString_33333333rknTColumnSortDirection_b_v_            (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libtranslator.so)
        symbol not found: __1cOReportFieldDef2T6M_v_            (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libtranslator.so)
        libm.so.2 =>     /usr/lib/libm.so.2
        /lib/libm/libm_hwcap1.so.2
        symbol not found: exp           (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libBasicExpressions.so)
        symbol not found: pow           (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libBasicExpressions.so)
        symbol not found: __1cNversionString6FnJRWCString_0_0_          (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libtableGateway.so)
        symbol not found: __1cMServerSocketG__vtbl_             (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMDispatchableIselected6M_v_               (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMDispatchableIselected6M_v_               (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMDispatchableHhandler6Mpc_v_              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMDispatchableHhandler6Mpc_v_              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cISelectorIdispatch6Mi_i_          (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cKDispatcherKenregister6MpnMDispatchable__v_               (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cKDispatcherKunregister6MpnMDispatchable__v_               (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cKDispatcherGchange6MpnMDispatchable_ii_v_         (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cISelectorKterminated6Mii_v_               (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cKSocketBaseFclose6M_i_            (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cKSocketBaseFreset6M_v_            (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cJIsgSocketEread6kMpci_i_          (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cJIsgSocketFwrite6kMpkci_i_                (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMServerSocketPgetErrorMessage6M_pkc_              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMDispatchableCok6kM_i_            (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMSocketStreamGputmsg6MpkcnLMessagetype__i_                (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cSClientSocketStream2t6Mpkc2pnKDispatcher_i_v_             (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMSocketStreamGgetmsg6M_pc_                (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cSServerSocketStream2t5B6MipnKDispatcher_i_v_              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMSocketStream2T5B6M_v_            (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMSocketStreamKdisconnect6M_v_             (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMSocketStreamPremoteEndClosed6kM_i_               (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cKSocketBaseGselect6kML_i_         (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cISelectorIdispatch6Mi_i_          (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMSocketStream2l6Mpkc_r0_          (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cISelector2t5B6MpnQDispatcherClient__v_            (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cKDispatcher2T5B6M_v_              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cJIsgSocket2t5B6Mib_v_             (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMServerSocketFsetup6Mpkci_i_              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cKSocketBaseLcloseOnExec6Fi_v_             (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMDispatchable2t5B6MpnKDispatcher__v_              (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMDispatchableKenregister6M_v_             (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMDispatchable2T5B6M_v_            (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cJIsgSocket2T5B6M_v_               (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMServerSocketGaccept6kMpnLsockaddr_in__i_         (/u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmService.so)

Output of .so file of Machine A on the Production Environment

  libaio.so.1 =>   /usr/lib/libaio.so.1
        libkstat.so.1 =>         /usr/lib/libkstat.so.1
        libsocket.so.1 =>        /usr/lib/libsocket.so.1
        libnsl.so.1 =>   /usr/lib/libnsl.so.1
        librt.so.1 =>    /usr/lib/librt.so.1
        libthread2412d10g.so =>  /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libthread2412d10g.so
        libitc2312d10g.so =>     /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libitc2312d10g.so
        libfunctor2312d10g.so =>         /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libfunctor2312d10g.so
        libfunctor_list2312d10g.so =>    /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libfunctor_list2312d10g.so
        libfunctor_map2312d10g.so =>     /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libfunctor_map2312d10g.so
        libpointer2512d10g.so =>         /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libpointer2512d10g.so
        libsync2412d10g.so =>    /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libsync2412d10g.so
        libthrexcept2312d10g.so =>       /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libthrexcept2312d10g.so
        libtrace2312d10g.so =>   /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libtrace2312d10g.so
        libstd4112d10g.so =>     /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libstd4112d10g.so
        libtls71012d10g.so =>    /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libtls71012d10g.so
        libdbt6312d10g.so =>     /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libdbt6312d10g.so
        libWmEncoding.so =>      /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmEncoding.so
        libLogEnvironment.so =>  /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libLogEnvironment.so
        librwextensions.so =>    /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/librwextensions.so
        libgeneral.so =>         /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libgeneral.so
        libWmNotifyBus.so =>     /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmNotifyBus.so
        libareas.so =>   /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libareas.so
        librwdbextensions.so =>  /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/librwdbextensions.so
        libthreadutils.so =>     /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libthreadutils.so
        libexpressions.so =>     /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libexpressions.so
        libsharedObj.so =>       /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libsharedObj.so
        libdsclient.so =>        /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libdsclient.so
        libsqlSupport.so =>      /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libsqlSupport.so
        libdataDictionary.so =>  /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libdataDictionary.so
        libWmGateway.so =>       /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so
        libWmQueryInterface.so =>        /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmQueryInterface.so
        libxml.so =>     /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libxml.so
        libtranslator.so =>      /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libtranslator.so
        libc.so.1 =>     /usr/lib/libc.so.1
        libmp.so.2 =>    /usr/lib/libmp.so.2
        libmd.so.1 =>    /usr/lib/libmd.so.1
        libscf.so.1 =>   /usr/lib/libscf.so.1
        libpthread.so.1 =>       /usr/lib/libpthread.so.1
        libz.so.1 =>     /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/tp/libz.so.1
        libz.so.1 (SUNW_1.1) =>  (version not found)
        libBasicExpressions.so =>        /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libBasicExpressions.so
        libexpat.so =>   /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/tp/libexpat.so
        libtableGateway.so =>    /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libtableGateway.so
        libparser.so =>  /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libparser.so
        libconfiguration.so =>   /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libconfiguration.so
        libWmDbRepository.so =>  /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmDbRepository.so
        libWmEDSRepository.so =>         /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmEDSRepository.so
        libWmService.so =>       /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so
        libdoor.so.1 =>  /usr/lib/libdoor.so.1
        libuutil.so.1 =>         /usr/lib/libuutil.so.1
        libgen.so.1 =>   /usr/lib/libgen.so.1
        libCrun.so.1 =>  /usr/lib/libCrun.so.1
        /platform/sun4v/lib/libc_psr.so.1
        /platform/sun4v/lib/libmd_psr.so.1
        symbol not found: __1cVconfigenverrorhandler6Fpc_v_             (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libgeneral.so)
        symbol not found: log           (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libgeneral.so)
        symbol not found: __fabsf               (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libgeneral.so)
        symbol not found: exp           (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libgeneral.so)
        symbol not found: __sqrtf               (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libgeneral.so)
        symbol not found: __expf                (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libgeneral.so)
        symbol not found: __logf                (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libgeneral.so)
        symbol not found: tan           (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libgeneral.so)
        symbol not found: __floorf              (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libgeneral.so)
        symbol not found: atan2         (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libareas.so)
        symbol not found: cos           (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libareas.so)
        symbol not found: sin           (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libareas.so)
        symbol not found: tan           (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libareas.so)
        symbol not found: __1cVconfigenverrorhandler6Fpc_v_             (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libareas.so)
        symbol not found: pow           (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libexpressions.so)
        symbol not found: log10         (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libexpressions.so)
        symbol not found: log           (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libexpressions.so)
        symbol not found: exp           (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libexpressions.so)
        symbol not found: sin           (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libexpressions.so)
        symbol not found: cos           (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libexpressions.so)
        symbol not found: tan           (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libexpressions.so)
        symbol not found: asin          (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libexpressions.so)
        symbol not found: acos          (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libexpressions.so)
        symbol not found: atan          (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libexpressions.so)
        symbol not found: __1cMDispatchableCok6kM_i_            (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libdsclient.so)
        symbol not found: __1cMSocketStreamGputmsg6MpkcnLMessagetype__i_                (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libdsclient.so)
        symbol not found: __1cSClientSocketStream2t6Mpkc2pnKDispatcher_i_v_             (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libdsclient.so)
        symbol not found: __1cMSocketStreamGgetmsg6M_pc_                (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libdsclient.so)
        symbol not found: __1cJWmMessageHisEqual6kMpknNRWCollectable__b_                (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageEhash6kM_I_             (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageJcompareTo6kMpknNRWCollectable__i_              (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessage2e6kMrk0_b_             (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageHisValid6kM_b_          (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageOgetMessageType6kM_nLMessagetype__              (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageLgetRevision6kM_i_              (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageLgetChecksum6kM_h_              (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageHupdated6Mi_v_          (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageIasString6kMrnJRWEString_nLDataContentGFormat__i_               (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageMgetInstances6kM_l_             (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageMsetInstances6Mi_v_             (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageOsetMessageType6Mki_i_          (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageLsetRevision6Mc_i_              (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageLsetChecksum6Mh_i_              (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageOcheckAttribute6kMrknJRWEString__b_             (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageRgetAttributeValue6kMrknJRWEString__1_          (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageMsetAttribute6MrknJRWEString_3b_v_              (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageNwriteToString6kM_nJRWEString__         (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageLasXMLString6kMrnJRWEString__i_         (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: pow           (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessage2t5B6MrknJRWEString__v_         (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessage2T5B6M_v_               (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageQsetMessageObject6MrknMWmXMLElement__i_         (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessage2t5B6Mrk0_v_            (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageOdecipherFormat6FrknJRWEString__nLDataContentGFormat__          (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageUextractMessageObject6FrknJRWEString__pnMWmXMLElement__         (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageI_isValid6kM_b_         (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageHisEqual6kMpknNRWCollectable__b_                (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageEhash6kM_I_             (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cJWmMessageJcompareTo6kMpknNRWCollectable__i_              (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmGateway.so)
        symbol not found: __1cYWmExpReportFunctionTable2t6M_v_          (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libtranslator.so)
        symbol not found: __1cYWmExpReportFunctionTable2T6M_v_          (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libtranslator.so)
        symbol not found: __1cOReportFieldDef2t6MirknJRWEString_33333333rknTColumnSortDirection_b_v_            (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libtranslator.so)
        symbol not found: __1cOReportFieldDef2T6M_v_            (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libtranslator.so)
        libm.so.2 =>     /usr/lib/libm.so.2
        /lib/libm/libm_hwcap1.so.2
        symbol not found: exp           (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libBasicExpressions.so)
        symbol not found: pow           (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libBasicExpressions.so)
        symbol not found: __1cNversionString6FnJRWCString_0_0_          (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libtableGateway.so)
        symbol not found: __1cMServerSocketG__vtbl_             (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMDispatchableIselected6M_v_               (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMDispatchableIselected6M_v_               (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMDispatchableHhandler6Mpc_v_              (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMDispatchableHhandler6Mpc_v_              (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cISelectorIdispatch6Mi_i_          (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cKDispatcherKenregister6MpnMDispatchable__v_               (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cKDispatcherKunregister6MpnMDispatchable__v_               (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cKDispatcherGchange6MpnMDispatchable_ii_v_         (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cISelectorKterminated6Mii_v_               (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cKSocketBaseFclose6M_i_            (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cKSocketBaseFreset6M_v_            (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cJIsgSocketEread6kMpci_i_          (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cJIsgSocketFwrite6kMpkci_i_                (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMServerSocketPgetErrorMessage6M_pkc_              (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMDispatchableCok6kM_i_            (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMSocketStreamGputmsg6MpkcnLMessagetype__i_                (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cSClientSocketStream2t6Mpkc2pnKDispatcher_i_v_             (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMSocketStreamGgetmsg6M_pc_                (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cSServerSocketStream2t5B6MipnKDispatcher_i_v_              (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMSocketStream2T5B6M_v_            (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMSocketStreamKdisconnect6M_v_             (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMSocketStreamPremoteEndClosed6kM_i_               (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cKSocketBaseGselect6kML_i_         (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cISelectorIdispatch6Mi_i_          (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMSocketStream2l6Mpkc_r0_          (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cISelector2t5B6MpnQDispatcherClient__v_            (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cKDispatcher2T5B6M_v_              (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cJIsgSocket2t5B6Mib_v_             (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMServerSocketFsetup6Mpkci_i_              (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cKSocketBaseLcloseOnExec6Fi_v_             (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMDispatchable2t5B6MpnKDispatcher__v_              (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMDispatchableKenregister6M_v_             (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMDispatchable2T5B6M_v_            (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cJIsgSocket2T5B6M_v_               (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)
        symbol not found: __1cMServerSocketGaccept6kMpnLsockaddr_in__i_         (/u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmService.so)

Thanks in advance

Revathi R

Looks like that output is missing something. Do you set environment variables such as LD_LIBRARY_PATH to run your application? If so, you should do so when running "ldd" so it will find the same shared object libraries that your application would when you actually try to run.

Also, what are your exact compilation command line arguments, and the output from "psrinfo -vp" on each machine?

I suspect you're building your code with the "-fast" compiler option, and compiling on machine B creates binaries using an instruction set that won't run on your machine C.

Thank you for the reply.... :slight_smile:

yes we are using -fast option while compiling on Both machine A, machine B

Machine A: (Build Server)
#psrinfo -vp
The UltraSPARC-II physical processor has 1 virtual processor (1)

Machine B: (Build Server)
# psrinfo -vp
The physical processor has 1 virtual processor (5)
SPARC-T4 (chipid 0, clock 2848 MHz)
The physical processor has 1 virtual processor (127)
SPARC-T4 (chipid 1, clock 2848 MHz)

Mchine C: (production Server)

The physical processor has 2 virtual processors (1 9)
SPARC-T4 (chipid 0, clock 2848 MHz)
The physical processor has 2 virtual processors (89 127)
SPARC-T4 (chipid 1, clock 2848 MHz)

Thanks in advance

Do you by any chance have both gcc and Sun studio cc on these machines?

On machine B please show the output of (run this as root if you can)

find / -type f -name 'libfunctor2312d10g*'  2>/dev/null

One machine A, please run the same command. Please post both results.

yes i have run the command on both Machine A and Machine B

I am giving the Part of the output as its a huge output.is it ok.

Machine B:
# find / -type f -name 'libfunctor2312d10g*' 2>/dev/null
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEW ARE/middleware_cpp/prospect_core/8.0.7.10.01/server/pm/lib/tp/libfunctor2312d10g .so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEW ARE/middleware_cpp/prospect_core/8.0.7.10.01/server/pm/lib/ln/rwav/libfunctor231 2d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEW ARE/middleware_cpp/lucent_cdma/7.5.4.0.08/server/pm/lib/tp/libfunctor2312d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEW ARE/middleware_cpp/lucent_cdma/7.5.4.0.08/server/pm/lib/ln/sunw/libfunctor2312d1 0g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEW ARE/middleware_cpp/lucent_cdma/7.5.4.0.12/server/pm/lib/tp/libfunctor2312d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEW ARE/middleware_cpp/lucent_cdma/7.5.4.0.12/server/pm/lib/ln/sunw/libfunctor2312d1 0g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEW ARE/thirdparty/prospect_core/lib/tp/libfunctor2312d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEW ARE/thirdparty/prospect_core/lib/ln/rwav/libfunctor2312d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEW ARE/thirdparty/lucent_cdma/lib/tp/libfunctor2312d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEW ARE/thirdparty/lucent_cdma/lib/ln/sunw/libfunctor2312d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/prospect_core/Patches/8.0.7/P7/backup/pm/lib/tp/libfunctor2312d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/prospect_core/Patches/8.0.7/P7/backup/pm/lib/ln/rwav/libfunctor2312d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/prospect_core/Patches/8.0.7/P6/backup/pm/lib/tp/libfunctor2312d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/prospect_core/Patches/8.0.7/P6/backup/pm/lib/ln/rwav/libfunctor2312d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/prospect_core/Patches/8.0.7/P8/backup/pm/lib/tp/libfunctor2312d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/prospect_core/Patches/8.0.7/P8/backup/pm/lib/ln/rwav/libfunctor2312d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/lucent_cdma/qa/38.0.2.0.04/staging/core/7.5.3.0.07/pm/lib/tp/libfunctor2312d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/lucent_cdma/qa/38.0.2.0.04/staging/core/7.5.3.0.07/pm/lib/ln/sunw/libfunctor2312d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/lucent_cdma/qa/39.0.2.0.02/staging/core/7.5.4.0.12/pm/lib/tp/libfunctor2312d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/lucent_cdma/qa/39.0.2.0.02/staging/core/7.5.4.0.12/pm/lib/ln/sunw/libfunctor2312d10g.so
/u03/NWWLS_NETWORK/net/rtp-netapp1/vol/build/nwwls/devspace/thirdparty/SunOS/5.8/Forte6U2/rwav/ed9u1_10g/lib/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/thirdparty/SunOS/5.8/Forte6U2/rwav/ed9u1_10g/lib/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/prospect_core/Patches/8.0.7/P6/backup/pm/lib/tp/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/prospect_core/Patches/8.0.7/P6/backup/pm/lib/ln/rwav/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/prospect_core/Patches/8.0.7/P8/backup/pm/lib/tp/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/prospect_core/Patches/8.0.7/P8/backup/pm/lib/ln/rwav/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/prospect_core/Patches/8.0.7/P7/backup/pm/lib/tp/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/prospect_core/Patches/8.0.7/P7/backup/pm/lib/ln/rwav/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/lucent_cdma/qa/39.0.2.0.02/staging/core/7.5.4.0.12/pm/lib/tp/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/lucent_cdma/qa/39.0.2.0.02/staging/core/7.5.4.0.12/pm/lib/ln/sunw/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/lucent_cdma/qa/38.0.2.0.04/staging/core/7.5.3.0.07/pm/lib/tp/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/prospect/lucent_cdma/qa/38.0.2.0.04/staging/core/7.5.3.0.07/pm/lib/ln/sunw/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEWARE/thirdparty/lucent_cdma/lib/tp/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEWARE/thirdparty/lucent_cdma/lib/ln/sunw/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEWARE/thirdparty/prospect_core/lib/tp/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEWARE/thirdparty/prospect_core/lib/ln/rwav/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.4.0.12/server/pm/lib/tp/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.4.0.12/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.4.0.08/server/pm/lib/tp/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.4.0.08/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.10.01/server/pm/lib/tp/libfunctor2312d10g.so
/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.10.01/server/pm/lib/ln/rwav/libfunctor2312d10g.so

on Machine A:

/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/thirdparty/prospect_core/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/thirdparty/lucent_cdma/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/nightly/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.6.02/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.5.4.02/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.5.5.07/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/Core8.0.4.1.1/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/Core8.0.5.0.7/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.6.0.13/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.6.4.01/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.5.8.04/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.0.13/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.6.2.03/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.6.1.03/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.6.5.03/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.6.7.01/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.8.02/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.1.02/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.2.02/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.4.02/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.3.02/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.6.8.01/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.8.03/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.5.02/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.9.01/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.7.03/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.8.01/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.0.14/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.9.02/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.9.03/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.10.01/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/30.0.2.10.01/server/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/nightly/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.0.0.07/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.4.9.0.03/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.4.9.0.04/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.4.9.0.05/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.4.9.0.06/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.4.10.0.01/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.0.0.01/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.0.0.02/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.0.0.03/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.0.0.04/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.0.0.05/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.0.0.06/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.0.0.08/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.0.0.09/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.0.0.10/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.0.0.11/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.0.0.12/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.0.0.13/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.1.0.01/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.1.0.02/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.1.0.03/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.1.0.04/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.1.0.05/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.2.0.00/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.2.0.01/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.2.0.02/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.2.0.03/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.3.0.00/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.3.0.01/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.3.0.02/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.3.0.03/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.3.0.04/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.3.0.05/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.3.0.06/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.3.0.07/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.4.0.00/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.4.0.01/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.4.0.02/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.4.0.03/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.4.0.04/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.4.0.05/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.4.0.06/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.5.0.01/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/lucent_cdma/7.5.5.0.02/server/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/SCHEMA/lucent_cdma/base/7.4.6.0.10/pm/lib/ln/sunw/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/prospect/prospect_core/Patches/8.0.7/P6/backup/pm/lib/ln/rwav/libfunctor2312d10g.so
/export/build/nwwls/devspace/cm/delivered/prospect/prospect_core/Patches/8.0.7/P7/backup/pm/lib/ln/rwav/libfunctor2312d10g.so

---------- Post updated at 10:12 PM ---------- Previous update was at 10:06 PM ----------

I could see some options on compililation(Machine B) like this

/opt/SUNWspro/bin/CC -temp=/tmp -G -norunpath -fast -xtarget=ultra -xarch=v8plusa -DENABLE_ASSERT -mt -library=%none -PIC -DRW_MULTI_THREAD -D_RWCONFIG=12d10g -D_RWCONFIG_12d10g .....etc

is there any way i can change the compilation options on Machine B to get the code working on Machine C

Wow those directories are waaay to deep. Whoever did that was not afraid of PATH_MAX.

You have two different versions of middleware. While trying what I am showing you, be sure sure you find a common and correct release level of the libraries. Maybe it is: libbfunctor.so. in the 7.5.5.0.02 subdirectory -- this must match the current production version of the library.

Anyway - you have coerce the linker ld into using directory names that match what is on the problem server, even if they are not real on the compile server

Here is one way:

Library names are often symlinks. Like /usr/lib/libc.so is usually a symlink that points to the current version of libc, like maybe libc.so.4.2.1.

You need to trick the linker into using names it can find on the other box. This means two separate compiles with two makefiles, one the old way, one the new way to get around this nonsense for the problem machine. You already know the old way.

Those names are beyond absurdly long, so here is an example using sane paths.
Let's say you compile on machine A. And link to libfunctor.so which is really:

/usr/path/to/libc/libfunctor.so.1234 
# where it is a symlink
/usr/path/to/libc/libfunctor.so -> /usr/path/to/libc/libfunctor.so.1234

Now we know that

/usr/path/to

does not exist on one machine. So, on the compile machine we create a dummy directory that just has some symlinks in it.

We also know that on the problem machine the path to a libfunctor library we can use is
/opt/foo/gargle/libfunctor.so.1234 (HAS TO BE the SAME version as on the compile box).

This does not exist yet on the compile box. So. On the compile box we are going one make one via a symlink:

mkdir -p /opt/foo/gargle
ln-s /usr/path/to/libc/libfunctor.so.1234 /opt/foo/gargle/libfunctor.so.1234

Do the same for each library - I think there just two.

Change the -L command in your new makefile to point

-L /opt/foo/gargle

Run the new makefile. You can tell the compiled versions apart by running the command

ldd myprogname | grep libfunctor

Distribute the one that uses /opt/foo/gargle to the box that has /opt/foo/gargle/

You now know why installing software onto any old directory tree name on different UNIX boxes: is a pain in the butt.

yes we have diffrent versions.

i didn't get what was the problem here,

Is it with Compiler or OS or Processor

I have searched for libfunctor.so /usr

find . -name "*libfunctor.so *

i could not see any results :frowning:

Thanks
Revathi

---------- Post updated at 01:11 AM ---------- Previous update was at 12:35 AM ----------

ldd -r DDQueryEnv.so.1 on the production server for both on Machine A's and,Machine B's are using the same
libfunctor2312d10g.so => /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libfunctor2312d10g.so

in there respective paths

I know this is confusing. Giving you an example did not work. These are your requirements:
(try requirement 1a first)

  1. All machines need to have exactly the pathnames to libraries
    1a: Or all binaries have to know how to find the libraries
  2. The actual names you set up have to exist everywhere.

You achieve 1a a single way:
LD_LIBRARY_PATH variable that shows how to find the library you want. This has to be in the environment variable set up for any user that runs the code: .profile, .bashrc, etc.

Example LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/path/to/library:${LD_LIBRARY_PATH}

"/path/to/library" is an example do not use it.

I can not know which if that jumble of output for libfunctorxxxxxx is where the correct library is. I AM GUESSING.

You will select the path that exists on the machine the process runs on
if

/export/build/nwwls/devspace/cm/delivered/prospect/prospect_core/Patches/8.0.7/P6/backup/pm/lib/ln/rwav/libfunctor2312d10g.so

exists:

export LD_LIBRARY_PATH=/export/build/nwwls/devspace/cm/delivered/prospect/prospect_core/Patches/8.0.7/P6/backup/pm/lib/ln/rwav/:${LD_LIBRARY_PATH}

if

/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.10.01/server/pm/lib/tp/libfunctor2312d10g.so

then

export LD_LIBRARY_PATH=/u04/net/rtp-netapp1/vol/build/nwwls/devspace/cm/delivered/MIDDLEWARE/middleware_cpp/prospect_core/8.0.7.10.01/server/pm/lib/tp/:${LD_LIBRARY_PATH}

You do this on all 3 machines. You validate this by setting LD_LIBRARY_PATH, and executing the command

ldd example_program_name

where example_program_name is the name of your compiled code file
Keep twiddling the LD_LIBRARY_PATH until all libraries show in the ldd output.

You achieve #1 two possible ways
Way #1. Add symbolic links as paths on the production box to match development
-- this requires no change in compilation

Way #2: Add symbolic links (extra set of paths to libraries) on development, AND
change the link statement to follow the new symbolic path.
-- requires that you change compilation -- you have two make files

yes ....
All Paths are set

for example i have taken one file and did the ldd
libxml.so of Machine A on Machine C

#ldd libxml.so

libaio.so.1 => /usr/lib/libaio.so.1
libkstat.so.1 => /usr/lib/libkstat.so.1
libsocket.so.1 => /usr/lib/libsocket.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
librt.so.1 => /usr/lib/librt.so.1
libthread2412d10g.so => /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libthread2412d10g.so
libitc2312d10g.so => /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libitc2312d10g.so
libfunctor2312d10g.so => /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libfunctor2312d10g.so
libfunctor_list2312d10g.so => /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libfunctor_list2312d10g.so
libfunctor_map2312d10g.so => /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libfunctor_map2312d10g.so
libpointer2512d10g.so => /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libpointer2512d10g.so
libsync2412d10g.so => /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libsync2412d10g.so
libthrexcept2312d10g.so => /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libthrexcept2312d10g.so
libtrace2312d10g.so => /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libtrace2312d10g.so
libstd4112d10g.so => /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libstd4112d10g.so
libtls71012d10g.so => /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libtls71012d10g.so
libdbt6312d10g.so => /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/ln/sunw/libdbt6312d10g.so
libexpat.so => /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/tp/libexpat.so
libWmEncoding.so => /u01/apps/WatchMark/FlexPM/R401BED2G1/pm/lib/wm/libWmEncoding.so
libc.so.1 => /usr/lib/libc.so.1
libmp.so.2 => /usr/lib/libmp.so.2
libmd.so.1 => /usr/lib/libmd.so.1
libscf.so.1 => /usr/lib/libscf.so.1
libpthread.so.1 => /usr/lib/libpthread.so.1
libdoor.so.1 => /usr/lib/libdoor.so.1
libuutil.so.1 => /usr/lib/libuutil.so.1
libgen.so.1 => /usr/lib/libgen.so.1
libm.so.2 => /usr/lib/libm.so.2
/lib/libm/libm_hwcap1.so.2
/platform/sun4v/lib/libc_psr.so.1
/platform/sun4v/lib/libmd_psr.so.1

libxml.so of Machine B on Machine C

#ldd libxml.so

libaio.so.1 => /usr/lib/libaio.so.1
libkstat.so.1 => /usr/lib/libkstat.so.1
libsocket.so.1 => /usr/lib/libsocket.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
librt.so.1 => /usr/lib/librt.so.1
libthread2412d10g.so => /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libthread2412d10g.so
libitc2312d10g.so => /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libitc2312d10g.so
libfunctor2312d10g.so => /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libfunctor2312d10g.so
libfunctor_list2312d10g.so => /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libfunctor_list2312d10g.so
libfunctor_map2312d10g.so => /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libfunctor_map2312d10g.so
libpointer2512d10g.so => /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libpointer2512d10g.so
libsync2412d10g.so => /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libsync2412d10g.so
libthrexcept2312d10g.so => /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libthrexcept2312d10g.so
libtrace2312d10g.so => /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libtrace2312d10g.so
libstd4112d10g.so => /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libstd4112d10g.so
libtls71012d10g.so => /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libtls71012d10g.so
libdbt6312d10g.so => /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/ln/sunw/libdbt6312d10g.so
libexpat.so => /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/tp/libexpat.so
libWmEncoding.so => /u01/apps/WatchMark/FlexPM/R39PSLBLD1/pm/lib/wm/libWmEncoding.so
libc.so.1 => /usr/lib/libc.so.1
libmp.so.2 => /usr/lib/libmp.so.2
libmd.so.1 => /usr/lib/libmd.so.1
libscf.so.1 => /usr/lib/libscf.so.1
libpthread.so.1 => /usr/lib/libpthread.so.1
libdoor.so.1 => /usr/lib/libdoor.so.1
libuutil.so.1 => /usr/lib/libuutil.so.1
libgen.so.1 => /usr/lib/libgen.so.1
libm.so.2 => /usr/lib/libm.so.2
/lib/libm/libm_hwcap1.so.2
/platform/sun4v/lib/libc_psr.so.1
/platform/sun4v/lib/libmd_psr.so.1
The .so files could able to link the binaries of same version
But the application when started with some command on command line of C is not initiated
Any solution to the problem is helpful and appreciable.Thanks in advance.

The .so files are taking files from there respective workspaces on same server(R39PSLBLD1,R401BED2G1 these two are diffrent workspaces for code BUild on Machine B, Machine A respectively)

Thanks,
Revathi R

---------- Post updated at 08:33 AM ---------- Previous update was at 07:43 AM ----------

on The Machine A when i ve run the command

#/net/rtp-netapp1/vol/build/nwwls/devspace/thirdparty/SunOS/5.8/Studio8rev2/SUNWspro/bin/fpversion
A SPARC-based CPU is available.
Kernel says CPU's clock rate is 450.0 MHz.
Kernel says main memory's clock rate is 112.5 MHz.
Sun-4 floating-point controller version 0 found.
An UltraSPARC chip is available.
Use "-xtarget=ultra2 -xcache=16/32/1:4096/64/1" code-generation option.
Hostid = 0x80F00203.

On Machine B

/opt/SUNWspro/bin/fpversion
A SPARC-based CPU is available.
Kernel says CPU's clock rate is 2847.9 MHz.
Sun-4 floating-point controller version 0 found.
An UltraSPARC chip is available.
Use "-xtarget=generic -xcache=generic" code-generation option.
Hostid = 0x85D6F7A6.

but any way i am setting in "-xtarget=ultra" in Makefile will it be a problem

Any solution to the problem is helpful and appreciable.Thanks in advance.

Thanks,
Revathi R

Seems as if this is more complex than just a machine architecture issue. But there's a simple test you can do quickly.

Offhand, I'd think the code compiled with "xtarget=ultra2" should work fine on a SPARC T4 machine. Can you compile a simple "Hello world" binary on the Ultra 2 box with that "xtarget=ultra2" or even just the simple "-fast" option and see how it runs on the SPARC T4 servers?

If that doesn't work, try "xtarget=generic" on the Ultra 2 server.

And FWIW, the "xtarget" option has to come after the "-fast" on the command line. Basically, when you use "-fast" and a bunch of other options to compile, always put "-fast" first because if you don't it will override a lot of other command line options.

I ve created some sample Program

Sample.c

#include<iostream.h>
int main()
{
cout<<"Hello world";
}

/opt/SUNWspro/bin/CC -temp=/tmp -c -xtarget=ultra -xarch=v8plusa -DENABLE_ASSERT -mt -I/home1/tnpm_testuser/export/src/wm/wm_cpp_loader/libs/rwextensions/include sample.C

generated Sample.o

./Sample.o

./Sample

ksh: ./sample.o: cannot execute

I ve checked file permissions they are fine (777)

OK, what's the output from "file Sample" and "file Sample.o" along with "elfdump -e Sample" and "elfdump -e Sample.o"? ("elfdump" should be in /usr/ccs/bin)

Try compiling with this:

 /opt/SUNWspro/bin/CC -temp=/tmp -c -xarch=generic -xtarget=generic -DENABLE_ASSERT -mt  -I/home1/tnpm_testuser/export/src/wm/wm_cpp_loader/libs/rwextensions/include  sample.C

Is the code compatible when compiled without -fast or any -x* options. I recall it being very easygoing, then. If you want that extra speed, compiling for each box -fast or with the options from the tool on the prior page seems like the right direction.

Usually, when it does not run, it logs something appropriate about the CPU compatibility.

Hello

I am migrating the code written in SUN 4.3 to SUN 5.8

while linking i am getting the following errors

Undefined                       first referenced
 symbol                             in file
cerr                                ../../../../libs/lib/libgeneral.a(string.o)
unsafe_ostream::operator<<(long)              ../../../../libs/lib/libgeneral.a(string.o)
operator delete(void*)                            msggen.o
operator new(unsigned int)                            licensemessage.o
Iostream_init::Iostream_init(void)               msggen.o
Iostream_init::~Iostream_init(void)               msggen.o
istream::operator>>(char*)                    ../../../../libs/lib/libgeneral.a(string.o)
setw(int)                          ../../../../libs/lib/libgeneral.a(string.o)
unsafe_ostream::outstr(const char*, const char*)     ../../../../libs/lib/libgeneral.a(string.o)
_ex_rethrow_q                       msggen.o
ld: fatal: Symbol referencing errors. No output written to msggen
*** Error code 1

I have written a sample program using the Prototypes for which it is firing out above error

#include<stdio.h>
#include<iostream.h>
int main()
{
int len=10;
char *coded = new char[len];
int *a=new int();
printf("Herllo");
cerr<<"Hello world:";
cerr << "\nString Array Out of Bounds!! index: " << ":elem"
<< " String length (0-"
<<" len" << ")\n";

delete [] coded;
delete a;
}

i could able to compile and run the program

so i am not getting any pointers to fix the issue. any pointer to fix the issue are highly appreciated.

Regards.
Revathi R

What are you using to link? "ld" or "CC"?

/opt/SUNWspro/bin/CC -o msggen msggen.o licensemessage.o ../../../../libs/lib/libgeneral.a

---------- Post updated 02-12-13 at 01:02 AM ---------- Previous update was 02-11-13 at 05:43 AM ----------

Hello,

I am working on migration of code from 4.2 to 5.8

I can complie a snippet with CC 5.8

#include<stdio.h>
#include<iostream.h>
int main()
{
int len=10;
char *coded = new char[len];
int *a=new int();
printf("Herllo");
cerr<<"Hello world:";
 cerr << "\nString Array Out of Bounds!! index: " << ":elem"
             << " String length (0-"
             <<" len" << ")\n";
int len1=strlen("idjfhdjfjtxt") + 1;
printf("%d\n",len1);
delete [] coded;
delete a;
}
CC sample.C
compiled well and good and i could see the out put when i run
CC --compat=4 sample.C
"Ccode.C", line 13: Error: The function "strlen" must have a prototype.
1 Error(s) detected.

How can i resolve this, as i am migrating my entire code during linking i am getting many symbol referencing errors as mentioned in previoues post

Thanks in advance,
Revathi R.