Incompatiblity of the code due to CC compiler version mismatch.


 
Thread Tools Search this Thread
Top Forums Programming Incompatiblity of the code due to CC compiler version mismatch.
# 1  
Old 12-07-2012
Question 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
Code:
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
Moderator's Comments:
Mod Comment Code tags please
# 2  
Old 12-07-2012
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?
# 3  
Old 12-08-2012
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

Last edited by Revathi R; 12-08-2012 at 05:27 AM..
# 4  
Old 12-10-2012
What's the entire output from running "ldd -r ...." against your application?

Code:
ldd -r /path/to/application/binary

# 5  
Old 12-11-2012
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.
Code:
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:
Code:
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
Code:
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
Code:
  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

Moderator's Comments:
Mod Comment Use code tags, please...
# 6  
Old 12-11-2012
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.
# 7  
Old 12-11-2012
CC issue

Thank you for the reply.... Smilie

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
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need fix for rsync Error due to version mismatch

rsync --delay-updates -F --compress --archive --rsh='/usr/bin/ssh -t -a -x' /web/admin/Transfer/data/ user1@destserver1:/tmp/testf rsync version on sender server is:3.0.9 rsync version on sender server is:3.0.6 Linux sourceserver1 3.10.0-693.17.1.el7.x86_64 #1 SMP Sun Jan 14 10:36:03 EST... (1 Reply)
Discussion started by: mohtashims
1 Replies

2. Linux

Linking issue due to so version number

Hi all, currently I'm facing a issue in linking a .so file. In my build machine, I've libcrypto.so.6 and there is a softlink as libcrypto.so. In my make file I'm trying to link to the lib using -L -lcrypto and it is success and created my test.exe. When I copy this test.exe to other... (4 Replies)
Discussion started by: vijkrr
4 Replies

3. AIX

Checking xlc compiler version

Hi, Below is output of lslpp command. bash-3.00# lslpp -L | grep xlC xlC.aix50.rte 11.1.0.1 C F XL C/C++ Runtime for AIX 5.3 xlC.cpp 9.0.0.0 C F C for AIX Preprocessor xlC.msg.en_US.cpp 9.0.0.0 C F C for AIX... (2 Replies)
Discussion started by: manoj.solaris
2 Replies

4. Programming

Choose compiler version

Hi, I'm new, here, and I'm searching for a simple solution for a simple problem. I'm working on RedHat 4.4.6-4 through a CentOS Virtual Machine and due to some reasons I must compile my C++ codes with these two different g++ versions: 4.4.6 and 4.2.2. The fact is that I should be able to... (4 Replies)
Discussion started by: Marcuss
4 Replies

5. Solaris

java version mismatch for normal user and root user

:confused: I installed latest version of java ( jre 1.6) on Solaris Machine ......when I run java -version as root, shows the latest version but when I run java -version as normal user, shows the old / previous version What should I do to fix this ...should show the latest version... (3 Replies)
Discussion started by: frintocf
3 Replies

6. AIX

install two different compiler version

Hi all. I have a simple question. There's a way to install under AIX system (5.3) two different compiler version, i.e. ibm xlf fortran 11 and 12? Seems that smitty doesn't allows user to change the default installation path; it only allows you to save the replaced files of the superseded... (1 Reply)
Discussion started by: poldo000
1 Replies

7. AIX

how to find out the compiler version and OS from binary file

Command to get the Compiler version(xlc/gcc) from the binary on AIX platform. I m searching for the Command, to get the Compiler(xlc/gcc) used to build the binary on AIX. I got two commands used on Linux Platform: - readelf -a <lib> | grep comment - hexdump -C -s 0x49e7b -n 1812 <lib> ... (1 Reply)
Discussion started by: Prajakta
1 Replies

8. UNIX for Dummies Questions & Answers

What version is the compiler?

Hi ! we have a intel fortran compiler on our computer. How do i find out what version it is ? Thank you, dsmv. (1 Reply)
Discussion started by: dsmv
1 Replies

9. Solaris

X Keyboard Extension version mismatch

I want to use calls from the X Keyboard Extension, but get "library version mismatch" error. First one is XkbLibraryVersion(..). This one already returns false. Then I call XkbOpenDisplay(...) which does not return a valid display; return value is XkbOD_NonXkbServer. If I open the display with... (0 Replies)
Discussion started by: hiker04
0 Replies

10. UNIX for Dummies Questions & Answers

gcc compiler version?

How do you determine which version of the GNU gcc compiler is on your system? (1 Reply)
Discussion started by: Ben070371
1 Replies
Login or Register to Ask a Question