<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: /usr/lib/dld.sl: Unresolved symbol -- (plabel)  from -- a shared library in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol-plabel-from-a-shared-library/m-p/3867301#M98606</link>
    <description>To find linker patches, you need grep -i.  The latest 11.11 linker patch is PHSS_33037.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;We had tried ldd PCRG_Srvr and in that also getting the same error.&lt;BR /&gt;&lt;BR /&gt;Try chatr PCRG_Srvr instead.  Does it showlibTIPS_IF.sl?</description>
    <pubDate>Mon, 25 Sep 2006 19:11:35 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2006-09-25T19:11:35Z</dc:date>
    <item>
      <title>/usr/lib/dld.sl: Unresolved symbol -- (plabel)  from -- a shared library</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol-plabel-from-a-shared-library/m-p/3867295#M98600</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;When we are trying to run the executable (PCRG_Srvr) it runs but unable perform some functionality containing the functions that we are getting while bringing up the server.&lt;BR /&gt;&lt;BR /&gt;Some part of the error&lt;BR /&gt;-----------------------&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: IF_GetC12000Hoff__FP15IF_TMP_TXN_DATAPcP16SYS_ERROR_STRUCT (plabel)  from /opt/trims/prd/lib&lt;BR /&gt;/libRGlib.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: IF_GetS016Hoff__FP15IF_TMP_TXN_DATAPcP16SYS_ERROR_STRUCT (plabel)  from /opt/trims/prd/lib/l&lt;BR /&gt;ibRGlib.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: IF_CreateS654Hoff__FP15IF_TMP_TXN_DATAPcP16SYS_ERROR_STRUCT (plabel)  from /opt/trims/prd/li&lt;BR /&gt;b/libRGlib.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: IF_CreateLCCB21__FP15IF_TMP_TXN_DATAPcP16SYS_ERROR_STRUCT (plabel)  from /opt/trims/prd/lib/&lt;BR /&gt;libRGlib.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: IF_CreateLCCB22__FP15IF_TMP_TXN_DATAPcP16SYS_ERROR_STRUCT (plabel)  from /opt/trims/prd/lib/&lt;BR /&gt;libRGlib.sl&lt;BR /&gt;&lt;BR /&gt;chatr PCRG_Srvr&lt;BR /&gt;&lt;BR /&gt;chatr(error): dl_header_ext.size != sizeof(dl_header_ext). Please update your version of the chatr tool.&lt;BR /&gt;PCRG_Srvr:&lt;BR /&gt;         shared executable&lt;BR /&gt;         shared library dynamic path search:&lt;BR /&gt;             SHLIB_PATH     enabled   first&lt;BR /&gt;             embedded path  disabled  second Not Defined&lt;BR /&gt;         shared library list:&lt;BR /&gt;             dynamic   /usr/lib/libndbm.2&lt;BR /&gt;             dynamic   /usr/lib/libcl.2&lt;BR /&gt;             dynamic   /usr/lib/libm.2&lt;BR /&gt;             dynamic   /usr/lib/libstd.2&lt;BR /&gt;             dynamic   /usr/lib/libstream.2&lt;BR /&gt;             dynamic   /usr/lib/libCsup.2&lt;BR /&gt;             dynamic   /usr/lib/libc.2&lt;BR /&gt;             dynamic   /usr/lib/libdld.2&lt;BR /&gt;             dynamic   /usr/lib/libdcekt.1&lt;BR /&gt;             dynamic   /opt/perf/lib/libarm.1&lt;BR /&gt;             dynamic   /trimsbld/modbld/lib/libImgClient.sl&lt;BR /&gt;             dynamic   /trimsbld/modbld/lib/libRGlib.sl&lt;BR /&gt;             dynamic   /trimsbld/modbld/lib/libTIPS_Rmbstp.sl&lt;BR /&gt;             dynamic   /trimsbld/modbld/lib/libTIPS_Pro.sl&lt;BR /&gt;             dynamic   /trimsbld/modbld/lib/libTIPS_acctg.sl&lt;BR /&gt;             dynamic   /trimsbld/modbld/lib/libTIPS_Cust.sl&lt;BR /&gt;             dynamic   /ora9i/OraHome/lib32/libclntsh.sl.9.0&lt;BR /&gt;         shared library binding:&lt;BR /&gt;             immediate nonfatal&lt;BR /&gt;         global hash table disabled&lt;BR /&gt;         plabel caching disabled&lt;BR /&gt;         global hash array size:1103&lt;BR /&gt;         global hash array nbuckets:3&lt;BR /&gt;         shared vtable support disabled&lt;BR /&gt;         static branch prediction disabled&lt;BR /&gt;         executable from stack: D (default)&lt;BR /&gt;         kernel assisted branch prediction enabled&lt;BR /&gt;         lazy swap allocation disabled&lt;BR /&gt;         text segment locking disabled&lt;BR /&gt;         data segment locking disabled&lt;BR /&gt;         third quadrant private data space disabled&lt;BR /&gt;         fourth quadrant private data space disabled&lt;BR /&gt;         data page size: D (default)&lt;BR /&gt;         instruction page size: D (default)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ldd of libRGlib.sl also show the same error. So I greped for the function in my code and found the functions in another &lt;BR /&gt;shared libraray libTIPS_IF.sl.&lt;BR /&gt;&lt;BR /&gt;nm++ libTIPS_IF.sl  | grep IF_GetC12000Hoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DS$#trimsbld#modbld#obj#IF_GetC12000Hoff|1074833264|static|data   |$DATA$&lt;BR /&gt;IF_GetC12000Hoff(IF_TMP_TXN_DATA *,char *,SYS_ERROR_STRUCT *)|   1013452|extern|entry  |&lt;BR /&gt;IF_GetC12000Hoff(IF_TMP_TXN_DATA *,char *,SYS_ERROR_STRUCT *)|   1013532|extern|code   |$CODE$&lt;BR /&gt;S$17$IF_GetC12000Hoff(IF_TMP_TXN_DATA *,char *,SYS_ERROR_STRUCT *)|   1128512|static|data   |$LIT$&lt;BR /&gt;SD$#trimsbld#modbld#obj#IF_GetC12000Hoff|1074934544|static|data   |$SHORTDATA$&lt;BR /&gt;static___soa_IF_GetC12000Hoff_c_|1074934816|static|data   |$DATA$CDTORC1$&lt;BR /&gt;&lt;BR /&gt;While doing ldd of the library getting the following error but I hope this is not an error as it comes for all shared libraries.&lt;BR /&gt;ldd libTIPS_IF.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol:     symbol not found: __shlinit     (libTIPS_IF.sl)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I checked SHLIB_PATH also it contains the required paths where the all the libraries lies.&lt;BR /&gt;&lt;BR /&gt;File out out of the binaries and servers.&lt;BR /&gt;&lt;BR /&gt;file PCRG_Srvr&lt;BR /&gt;PCRG_Srvr:      PA-RISC1.1 shared executable dynamically linked -not stripped&lt;BR /&gt;&lt;BR /&gt;file libRGlib.sl&lt;BR /&gt;libRGlib.sl:    PA-RISC1.1 shared library -not stripped&lt;BR /&gt;&lt;BR /&gt;file libTIPS_IF.sl&lt;BR /&gt;libTIPS_IF.sl:  PA-RISC1.1 shared library -not stripped&lt;BR /&gt;&lt;BR /&gt;Running it on a unix machie with following specification.&lt;BR /&gt;HP-UX uxhyd02 B.11.11 U 9000/800 172400551 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;compiler version&lt;BR /&gt;&lt;BR /&gt;aCC: HP ANSI C++ B3910B A.03.50&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But the same sorce code / binary is working on differnet machine. So as I think there is nothing wrong in the code or paths.&lt;BR /&gt;&lt;BR /&gt;Can any one please suggest how to resolve the issue.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Thu, 21 Sep 2006 10:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol-plabel-from-a-shared-library/m-p/3867295#M98600</guid>
      <dc:creator>K. Pradeep Kumar</dc:creator>
      <dc:date>2006-09-21T10:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol -- (plabel)  from -- a shared library</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol-plabel-from-a-shared-library/m-p/3867296#M98601</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;check the patch level of this ws and one where the script is running well.&lt;BR /&gt;'swlist -l product|grep link'&lt;BR /&gt;You should use the newest patch of:&lt;BR /&gt;ld(1) and linker tools cumulative patch &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Sep 2006 10:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol-plabel-from-a-shared-library/m-p/3867296#M98601</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2006-09-21T10:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol -- (plabel)  from -- a shared library</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol-plabel-from-a-shared-library/m-p/3867297#M98602</link>
      <description>Hi Pradeep, &lt;BR /&gt;&lt;BR /&gt;aCC: HP ANSI C++ B3910B A.03.50 is old. You should try upgrading to PHSS_33944. &lt;A href="http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_33944&amp;amp;sel={hpux:11.11,}&amp;amp;BC=main" target="_blank"&gt;http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_33944&amp;amp;sel={hpux:11.11,}&amp;amp;BC=main&lt;/A&gt;|search|&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 21 Sep 2006 10:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol-plabel-from-a-shared-library/m-p/3867297#M98602</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-09-21T10:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol -- (plabel)  from -- a shared library</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol-plabel-from-a-shared-library/m-p/3867298#M98603</link>
      <description>&lt;P&gt;The version of the compiler shouldn't make a difference. You should use:&lt;/P&gt;&lt;P&gt;odump -slexport ibTIPS_IF.sl | grep IF_GetC12000Hoff__FP15IF_TMP_TXN_DATAPcP16SYS_ERROR_STRUCT&lt;/P&gt;&lt;P&gt;To see if the symbol is exported.&lt;BR /&gt;&lt;BR /&gt;__shlinit should be found in libCsup.2.&lt;BR /&gt;Have you tried "ldd PCRG_Srvr"?&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2011 09:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol-plabel-from-a-shared-library/m-p/3867298#M98603</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-29T09:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol -- (plabel)  from -- a shared library</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol-plabel-from-a-shared-library/m-p/3867299#M98604</link>
      <description>Hi Nyga&lt;BR /&gt;&lt;BR /&gt;The required details are .&lt;BR /&gt;&lt;BR /&gt;swlist -l product|grep link&lt;BR /&gt;  Networking            B.11.11        HP-UX_Lanlink_Product&lt;BR /&gt;  PHKL_27949            1.0            shm_lock scaling; shm_open-shm_unlink audit&lt;BR /&gt;  PHKL_28185            1.0            Tunable;vxportal;vx_maxlink;DMAPI NFS hang&lt;BR /&gt;  SNAplus2-Link         R6.11.11.100   Supports communication over SDLC, QLLC, and LAN links&lt;BR /&gt;&lt;BR /&gt;Please suggest which patch should we apply ?&lt;BR /&gt;And will the patch resolve the issue ?&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;Hi Arunvijai&lt;BR /&gt;Thanks for the suggestion. But the same version of aCC is there in our other machines where the code is working fine.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hi Dennis&lt;BR /&gt;&lt;BR /&gt;As per your suggestion we tried the ldump also and the output is like&lt;BR /&gt;&lt;BR /&gt;odump -slexport libTIPS_IF.sl | grep IF_GetC12000Hoff&lt;BR /&gt;000000013 000000003  00000 0x000f76cc  Code  000000,155  00 IF_GetC12000Hoff__FP15IF_TMP_TXN_DATAPcP16SYS_ERROR_STRUCT&lt;BR /&gt;000000032 000000013  -0001 0x40001510  Plab  000000,155  00 IF_GetC12000Hoff__FP15IF_TMP_TXN_DATAPcP16SYS_ERROR_STRUCT&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And libCsup.2. already included in the shared library list of our binary as it is in the chatr output of the executable.&lt;BR /&gt;&lt;BR /&gt;We had tried ldd PCRG_Srvr and in that also getting the same error.&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol:     symbol not found: IF_GetC12000Hoff__FP15IF_TMP_TXN_DATAPcP16SYS_ERROR_STRUCT    (/opt/tr&lt;BR /&gt;ims/prd/lib/libRGlib.sl)&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol:     symbol not found: IF_GetS016Hoff__FP15IF_TMP_TXN_DATAPcP16SYS_ERROR_STRUCT      (/opt/tr&lt;BR /&gt;ims/prd/lib/libRGlib.sl)&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks to all.</description>
      <pubDate>Fri, 22 Sep 2006 05:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol-plabel-from-a-shared-library/m-p/3867299#M98604</guid>
      <dc:creator>K. Pradeep Kumar</dc:creator>
      <dc:date>2006-09-22T05:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol -- (plabel)  from -- a shared library</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol-plabel-from-a-shared-library/m-p/3867300#M98605</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;I only have the Europian link:&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/patch/patchDetail.do?BC=main" target="_blank"&gt;http://www4.itrc.hp.com/service/patch/patchDetail.do?BC=main&lt;/A&gt;|pdb|search|patchDetail{PHSS_22535,{hpux:11.11,}}|&amp;amp;patchid=PHSS_33037&amp;amp;sel={hpux:11.11,}&lt;BR /&gt;The patch is PHSS_33037.&lt;BR /&gt;Maybe if you change the 'www4' to 'www2' or 'www1' you come to the Asian site, else you have to search from 'patch database'.&lt;BR /&gt;&lt;BR /&gt;Your executable looks for 32bit libraries, it seems to be an old exe, but I think it should run.&lt;BR /&gt;&lt;BR /&gt;See also:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5966-9887/ch01s05.html" target="_blank"&gt;http://docs.hp.com/en/5966-9887/ch01s05.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What's about the other maschine:&lt;BR /&gt;'But the same sorce code / binary is working on differnet machine. So as I think there is nothing wrong in the code or paths.'&lt;BR /&gt;&lt;BR /&gt;Can you see any differences in patch level or OS? (HP-UX 10.20? 11.0?)&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Sep 2006 02:13:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol-plabel-from-a-shared-library/m-p/3867300#M98605</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2006-09-25T02:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/dld.sl: Unresolved symbol -- (plabel)  from -- a shared library</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol-plabel-from-a-shared-library/m-p/3867301#M98606</link>
      <description>To find linker patches, you need grep -i.  The latest 11.11 linker patch is PHSS_33037.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;We had tried ldd PCRG_Srvr and in that also getting the same error.&lt;BR /&gt;&lt;BR /&gt;Try chatr PCRG_Srvr instead.  Does it showlibTIPS_IF.sl?</description>
      <pubDate>Mon, 25 Sep 2006 19:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol-plabel-from-a-shared-library/m-p/3867301#M98606</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-09-25T19:11:35Z</dc:date>
    </item>
  </channel>
</rss>

