<?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 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946947#M103147</link>
    <description>The libon.sl library is from the 2.0 RISC family of libraries and did not support the _shlinit call. The call to libstd.sl (a 32 bit library) instead of a call to libCsup.sl helped reslove the _shlinit call. &lt;BR /&gt;The code is now working. &lt;BR /&gt;&lt;BR /&gt;Thanks to all for your help.&lt;BR /&gt;Banu</description>
    <pubDate>Mon, 19 Dec 2005 16:18:59 GMT</pubDate>
    <dc:creator>cing2006</dc:creator>
    <dc:date>2005-12-19T16:18:59Z</dc:date>
    <item>
      <title>/usr/lib/dld.sl: unresolved symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946937#M103137</link>
      <description>Hello,&lt;BR /&gt;  This is the error that I get when I try to run my RPCserver program.&lt;BR /&gt;&lt;BR /&gt;***************************&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: cerr (data)  from /home/bsanar/fusionworks/OPENET/lib/libon.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: rwse_UnexpectedNullPtr (data)  from /home/bsanar/fusionworks/OPENET/lib/libon.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: nullref__12basic_stringXTcT18string_char_traitsXTc_T9allocator_ (data)  from /home/bsanar/fusionworks/OPENET/lib/libon.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: openprot__7filebuf (data)  from /home/bsanar/fusionworks/OPENET/lib/libon.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: clog (data)  from /home/bsanar/fusionworks/OPENET/lib/libon.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: cerr (data)  from /home/bsanar/fusionworks/OPENET/lib/libdsd.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved module for symbol: __shlinit (code)  from /usr/lib/libCsup.2&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;&lt;BR /&gt;*****************************&lt;BR /&gt;&lt;BR /&gt;uname -a&lt;BR /&gt;HP-UX dhn1b203 B.11.11 U 9000/800 3196149707 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;nm /usr/lib/*.sl | grep __shlinit &lt;BR /&gt;libCsup.sl:__shlinit|     89516|extern|entry  |&lt;BR /&gt;libCsup.sl:__shlinit|     89732|uext  |stub   |&lt;BR /&gt;libCsup.sl:__shlinit|     89756|extern|code   |$CODE$&lt;BR /&gt;libCsup_v2.sl:__shlinit|     89924|extern|entry  |&lt;BR /&gt;libCsup_v2.sl:__shlinit|     90140|uext  |stub   |&lt;BR /&gt;libCsup_v2.sl:__shlinit|     90164|extern|code   |$CODE$&lt;BR /&gt;librwtool.sl:__shlinit|        -4|uext  |stub   |&lt;BR /&gt;librwtool.sl:__shlinit|          |undef |code   |&lt;BR /&gt;libstd.sl:__shlinit |        -4|uext  |stub   |&lt;BR /&gt;libstd.sl:__shlinit |          |undef |code   |&lt;BR /&gt;libstd_v2.sl:__shlinit|        -4|uext  |stub   |&lt;BR /&gt;libstd_v2.sl:__shlinit|          |undef |code   |&lt;BR /&gt;libstream.sl:__shlinit|        -4|uext  |stub   |&lt;BR /&gt;libstream.sl:__shlinit|          |undef |code   |&lt;BR /&gt;&lt;BR /&gt;I shall post more information when asked for. I am using the 32-bit gcc for compilation and have linnked explicitly to libon.sl, libdsd.sl and all the rest of the shared libraries.&lt;BR /&gt;&lt;BR /&gt;I have run out of ideas on how to fix this problem. Why am I so lucky?&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;banu</description>
      <pubDate>Wed, 14 Dec 2005 15:14:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946937#M103137</guid>
      <dc:creator>cing2006</dc:creator>
      <dc:date>2005-12-14T15:14:35Z</dc:date>
    </item>
    <item>
      <title>Re:  /usr/lib/dld.sl: unresolved symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946938#M103138</link>
      <description>Banu,&lt;BR /&gt;&lt;BR /&gt;What's the command you are using to compile your program? That may aid in further debugging.&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Wed, 14 Dec 2005 17:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946938#M103138</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-12-14T17:25:41Z</dc:date>
    </item>
    <item>
      <title>Re:  /usr/lib/dld.sl: unresolved symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946939#M103139</link>
      <description>gcc 3.2 (thread model: posix) is used for the compile and this is the output for the what ld:&lt;BR /&gt;&lt;BR /&gt;what /usr/bin/ld&lt;BR /&gt;/usr/bin/ld:&lt;BR /&gt;        $Revision: 92453-07 linker linker crt0.o B.11.37 040218 $&lt;BR /&gt;        HP aC++ B3910B A.03.52 Classic Iostream Library&lt;BR /&gt;        HP aC++ B3910B A.03.52 Language Support Library&lt;BR /&gt;        ld_msgs.cat: $Revision: 1.85 $&lt;BR /&gt;        92453-07 linker command s800.sgs ld PA64 B.11.47 REL 051005&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Dec 2005 19:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946939#M103139</guid>
      <dc:creator>cing2006</dc:creator>
      <dc:date>2005-12-14T19:28:53Z</dc:date>
    </item>
    <item>
      <title>Re:  /usr/lib/dld.sl: unresolved symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946940#M103140</link>
      <description>this is a linking problem, u need to install ld and linker tool patch.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Awadhesh</description>
      <pubDate>Thu, 15 Dec 2005 01:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946940#M103140</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2005-12-15T01:38:38Z</dc:date>
    </item>
    <item>
      <title>Re:  /usr/lib/dld.sl: unresolved symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946941#M103141</link>
      <description>&lt;BR /&gt;This is the output after the PHSS_33033 patch on the linker. The most recent patch.</description>
      <pubDate>Thu, 15 Dec 2005 12:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946941#M103141</guid>
      <dc:creator>cing2006</dc:creator>
      <dc:date>2005-12-15T12:35:09Z</dc:date>
    </item>
    <item>
      <title>Re:  /usr/lib/dld.sl: unresolved symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946942#M103142</link>
      <description>Banu,&lt;BR /&gt;&lt;BR /&gt;Please post the gcc command and the various options you supplied to it in order to compile your source code. I wasn't looking for a what on the link-editor (ld). Also run the following on your executable:&lt;BR /&gt;&lt;BR /&gt;# ldd -v &lt;EXECUTABLE that=""&gt;&lt;BR /&gt;&lt;BR /&gt;cheers!&lt;/EXECUTABLE&gt;</description>
      <pubDate>Thu, 15 Dec 2005 13:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946942#M103142</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-12-15T13:46:17Z</dc:date>
    </item>
    <item>
      <title>Re:  /usr/lib/dld.sl: unresolved symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946943#M103143</link>
      <description>Hello Sandman,&lt;BR /&gt;&lt;BR /&gt;Its a big Makefile and I shall write the main command and the compilation of one of the object files. I am new to this and do not know who much I can post on a public domain thread. No offense meant here. I sincerely appreciate the effort put my all invloved in trying to make my life easier.&lt;BR /&gt;&lt;BR /&gt;gcc -fPIC -Wl,+s,-N -Wl,+n -lclntsh -ldld -lnsl -ldsd -lon -lCsup $(ALLDIRS) -o RPCServer $(OBJS)&lt;BR /&gt;&lt;BR /&gt;rcache.o : rcache.c ociload.h getvalue.h&lt;BR /&gt;gcc $(ALLFLAGS) $(ALLDIRS) -c -I oci -I hash -D_PTHREADS -D_REENTRANT -DHPACC rcache.c -o $@ &lt;BR /&gt;&lt;BR /&gt;The rest are similar to the next line:&lt;BR /&gt;&lt;BR /&gt;ociconnect.o: ociconnect.c&lt;BR /&gt; gcc $(ALLFLAGS) $(ALLDIRS) -c ociconnect.c -o $@&lt;BR /&gt;&lt;BR /&gt;Regards and thanks,&lt;BR /&gt;Banu</description>
      <pubDate>Thu, 15 Dec 2005 16:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946943#M103143</guid>
      <dc:creator>cing2006</dc:creator>
      <dc:date>2005-12-15T16:50:18Z</dc:date>
    </item>
    <item>
      <title>Re:  /usr/lib/dld.sl: unresolved symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946944#M103144</link>
      <description>Hello Sandman,&lt;BR /&gt;&lt;BR /&gt;    The output of ldd -v is as follows :&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libc.2; required by RPCcache_server&lt;BR /&gt; /usr/lib/libc.2 =&amp;gt; /usr/lib/libc.2&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libdld.2; required by /usr/lib/libc.2&lt;BR /&gt; /usr/lib/libdld.2 =&amp;gt; /usr/lib/libdld.2&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libc.2; required by implicit load&lt;BR /&gt; /usr/lib/libc.2 =&amp;gt; /usr/lib/libc.2&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libCsup.2; required by RPCcache_server&lt;BR /&gt; /usr/lib/libCsup.2 =&amp;gt; /usr/lib/libCsup.2&lt;BR /&gt;&lt;BR /&gt;  find library=/home/bsanar/fusionworks/OPENET/lib/libon.sl; required by RPCcache_server&lt;BR /&gt; /home/bsanar/fusionworks/OPENET/lib/libon.sl =&amp;gt; /home/bsanar/fusionworks/OPENET/lib/libon.sl&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libnsl.1; required by /home/bsanar/fusionworks/OPENET/lib/libon.sl&lt;BR /&gt; /usr/lib/libnsl.1 =&amp;gt; /usr/lib/libnsl.1&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libxti.2; required by /usr/lib/libnsl.1&lt;BR /&gt; /usr/lib/libxti.2 =&amp;gt; /usr/lib/libxti.2&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/librt.2; required by /home/bsanar/fusionworks/OPENET/lib/libon.sl&lt;BR /&gt; /usr/lib/librt.2 =&amp;gt; /usr/lib/librt.2&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libpthread.1; required by /home/bsanar/fusionworks/OPENET/lib/libon.sl&lt;BR /&gt; /usr/lib/libpthread.1 =&amp;gt; /usr/lib/libpthread.1&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libdld.2; required by /home/bsanar/fusionworks/OPENET/lib/libon.sl&lt;BR /&gt; /usr/lib/libdld.2 =&amp;gt; /usr/lib/libdld.2&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libxti.2; required by /home/bsanar/fusionworks/OPENET/lib/libon.sl&lt;BR /&gt; /usr/lib/libxti.2 =&amp;gt; /usr/lib/libxti.2&lt;BR /&gt;&lt;BR /&gt;  find library=./include/libdsd.sl; required by RPCcache_server&lt;BR /&gt; ./include/libdsd.sl =&amp;gt; /home/bsanar/fusionworks/OPENET/lib/libdsd.sl&lt;BR /&gt;&lt;BR /&gt;  find library=/net/rover/export/raid/builds/3.0.6B128.27/src/lib/obj.hppa/libon.sl; required by /home/bsanar/fusionworks/OPENET/lib/libdsd.sl&lt;BR /&gt; /net/rover/export/raid/builds/3.0.6B128.27/src/lib/obj.hppa/libon.sl =&amp;gt; /home/bsanar/fusionworks/OPENET/lib/libon.sl&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libnsl.1; required by /home/bsanar/fusionworks/OPENET/lib/libdsd.sl&lt;BR /&gt; /usr/lib/libnsl.1 =&amp;gt; /usr/lib/libnsl.1&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/librt.2; required by /home/bsanar/fusionworks/OPENET/lib/libdsd.sl&lt;BR /&gt; /usr/lib/librt.2 =&amp;gt; /usr/lib/librt.2&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libpthread.1; required by /home/bsanar/fusionworks/OPENET/lib/libdsd.sl&lt;BR /&gt; /usr/lib/libpthread.1 =&amp;gt; /usr/lib/libpthread.1&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libdld.2; required by /home/bsanar/fusionworks/OPENET/lib/libdsd.sl&lt;BR /&gt; /usr/lib/libdld.2 =&amp;gt; /usr/lib/libdld.2&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libxti.2; required by /home/bsanar/fusionworks/OPENET/lib/libdsd.sl&lt;BR /&gt; /usr/lib/libxti.2 =&amp;gt; /usr/lib/libxti.2&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libnsl.1; required by RPCcache_server&lt;BR /&gt; /usr/lib/libnsl.1 =&amp;gt; /usr/lib/libnsl.1&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libdld.2; required by RPCcache_server&lt;BR /&gt; /usr/lib/libdld.2 =&amp;gt; /usr/lib/libdld.2&lt;BR /&gt;&lt;BR /&gt;  find library=/apps/oracle/product/9.2.0/lib32/libclntsh.sl.9.0; required by RPCcache_server&lt;BR /&gt; /apps/oracle/product/9.2.0/lib32/libclntsh.sl.9.0 =&amp;gt; /apps/oracle/product/9.2.0/lib32/libclntsh.sl.9.0&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libcl.2; required by /apps/oracle/product/9.2.0/lib32/libclntsh.sl.9.0&lt;BR /&gt; /usr/lib/libcl.2 =&amp;gt; /usr/lib/libcl.2&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libisamstub.1; required by /usr/lib/libcl.2&lt;BR /&gt; /usr/lib/libisamstub.1 =&amp;gt; /usr/lib/libisamstub.1&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libdld.2; required by /usr/lib/libcl.2&lt;BR /&gt; /usr/lib/libdld.2 =&amp;gt; /usr/lib/libdld.2&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libc.2; required by /apps/oracle/product/9.2.0/lib32/libclntsh.sl.9.0&lt;BR /&gt; /usr/lib/libc.2 =&amp;gt; /usr/lib/libc.2&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libm.2; required by /apps/oracle/product/9.2.0/lib32/libclntsh.sl.9.0&lt;BR /&gt; /usr/lib/libm.2 =&amp;gt; /usr/lib/libm.2&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libdld.2; required by /apps/oracle/product/9.2.0/lib32/libclntsh.sl.9.0&lt;BR /&gt; /usr/lib/libdld.2 =&amp;gt; /usr/lib/libdld.2&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libnss_dns.1; required by /apps/oracle/product/9.2.0/lib32/libclntsh.sl.9.0&lt;BR /&gt; /usr/lib/libnss_dns.1 =&amp;gt; /usr/lib/libnss_dns.1&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libdld.2; required by /usr/lib/libnss_dns.1&lt;BR /&gt; /usr/lib/libdld.2 =&amp;gt; /usr/lib/libdld.2&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/libpthread.1; required by /apps/oracle/product/9.2.0/lib32/libclntsh.sl.9.0&lt;BR /&gt; /usr/lib/libpthread.1 =&amp;gt; /usr/lib/libpthread.1&lt;BR /&gt;&lt;BR /&gt;  find library=/usr/lib/librt.2; required by /apps/oracle/product/9.2.0/lib32/libclntsh.sl.9.0&lt;BR /&gt; /usr/lib/librt.2 =&amp;gt; /usr/lib/librt.2&lt;BR /&gt;&lt;BR /&gt;  find library=/apps/oracle/product/9.2.0/lib32/libwtc9.sl; required by /apps/oracle/product/9.2.0/lib32/libclntsh.sl.9.0&lt;BR /&gt; /apps/oracle/product/9.2.0/lib32/libwtc9.sl =&amp;gt; /apps/oracle/product/9.2.0/lib32/libwtc9.sl&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Dec 2005 16:53:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946944#M103144</guid>
      <dc:creator>cing2006</dc:creator>
      <dc:date>2005-12-15T16:53:36Z</dc:date>
    </item>
    <item>
      <title>Re:  /usr/lib/dld.sl: unresolved symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946945#M103145</link>
      <description>I was able to find all the libraries but for the libon.sl at /net/rover ... but there is a  libon.sl at /bsanar/... SO I hope it does not matter. &lt;BR /&gt;&lt;BR /&gt;I can post the nm on all these if you want me to.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Banu</description>
      <pubDate>Thu, 15 Dec 2005 16:57:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946945#M103145</guid>
      <dc:creator>cing2006</dc:creator>
      <dc:date>2005-12-15T16:57:22Z</dc:date>
    </item>
    <item>
      <title>Re:  /usr/lib/dld.sl: unresolved symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946946#M103146</link>
      <description>Hi!&lt;BR /&gt;It may sound a bit strange, but as I am not a UNIX-Guru, I usually look for non-standard decisions. &lt;BR /&gt;You have a dynamic-linking problem, because you may have not linked all libraries that your programm needs. Or you don't have them. In the first case you need a proper compiler-call for building. In the second case, I usually copy the library from another machine, where the program works. Yesterday I compiled a programm on two RISC's, on the first worked, on the second I got error like this. The I copied all libraries from the first to the second and it also worked.&lt;BR /&gt;&lt;BR /&gt;Greetings!&lt;BR /&gt;&lt;BR /&gt;Kalin</description>
      <pubDate>Fri, 16 Dec 2005 04:03:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946946#M103146</guid>
      <dc:creator>Kalin Evtimov</dc:creator>
      <dc:date>2005-12-16T04:03:27Z</dc:date>
    </item>
    <item>
      <title>Re:  /usr/lib/dld.sl: unresolved symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946947#M103147</link>
      <description>The libon.sl library is from the 2.0 RISC family of libraries and did not support the _shlinit call. The call to libstd.sl (a 32 bit library) instead of a call to libCsup.sl helped reslove the _shlinit call. &lt;BR /&gt;The code is now working. &lt;BR /&gt;&lt;BR /&gt;Thanks to all for your help.&lt;BR /&gt;Banu</description>
      <pubDate>Mon, 19 Dec 2005 16:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-dld-sl-unresolved-symbol/m-p/4946947#M103147</guid>
      <dc:creator>cing2006</dc:creator>
      <dc:date>2005-12-19T16:18:59Z</dc:date>
    </item>
  </channel>
</rss>

