<?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: Problem about dld.sl in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043454#M134835</link>
    <description>I'm found same question,help me</description>
    <pubDate>Wed, 21 Jun 2006 00:26:47 GMT</pubDate>
    <dc:creator>rickynie</dc:creator>
    <dc:date>2006-06-21T00:26:47Z</dc:date>
    <item>
      <title>Problem about dld.sl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043445#M134826</link>
      <description>I run a program and meet the below error:&lt;BR /&gt;error after run it in hp-ux11&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: xdr_char (plabel)  from /opt/tuxedo/lib/libwsc.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved module for symbol: _tux__tm_itypes_init (code)  from /opt/tuxedo/lib/libwsc.sl&lt;BR /&gt;&lt;BR /&gt;please help me.</description>
      <pubDate>Thu, 07 Aug 2003 02:55:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043445#M134826</guid>
      <dc:creator>zonfeng</dc:creator>
      <dc:date>2003-08-07T02:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about dld.sl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043446#M134827</link>
      <description>Did you run the program successfully before on this system?&lt;BR /&gt;Looks like you are missing some library files as per the above error messages.&lt;BR /&gt;Try to run following command and take a look at the output file:&lt;BR /&gt;# nm /usr/lib/lib* &amp;gt; /var/tmp/symlist &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Aug 2003 03:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043446#M134827</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-07T03:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about dld.sl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043447#M134828</link>
      <description>zonfeng,&lt;BR /&gt;  You are missing the implementation of xdr_char() which would be in some library.  Install that library if its not there, otherwise check SHLIB_PATH for 32 bit or LD_LIBRARY_PATH for 64 bit.  This should contain the path to the missing library.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Aug 2003 03:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043447#M134828</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-08-07T03:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about dld.sl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043448#M134829</link>
      <description />
      <pubDate>Thu, 07 Aug 2003 03:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043448#M134829</guid>
      <dc:creator>zonfeng</dc:creator>
      <dc:date>2003-08-07T03:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about dld.sl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043449#M134830</link>
      <description>zonfeng,&lt;BR /&gt;  The xdr_* libraries are for the external data representation.  They will be available in libc_r.sl or libnsl.sl.  Double check these libraries.  They should be automatically resolved by dld.sl.&lt;BR /&gt;  &lt;BR /&gt;  Check your current patch level and the patch for dld.sl&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Aug 2003 04:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043449#M134830</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-08-07T04:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about dld.sl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043450#M134831</link>
      <description>Thanks for all ,now is OK, I install the patch and add some option when make the source, and everything is ok.</description>
      <pubDate>Fri, 08 Aug 2003 05:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043450#M134831</guid>
      <dc:creator>zonfeng</dc:creator>
      <dc:date>2003-08-08T05:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about dld.sl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043451#M134832</link>
      <description>Then please assign points to the answers that helped you. No points for this one please.&lt;BR /&gt;&lt;BR /&gt;To explain, I visited this link purely because there was no bunny yet, and I *might* have been helpful. Now if the issue is resolved, a bunny should appear with the message, and I would know not to read it.&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Fri, 08 Aug 2003 06:44:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043451#M134832</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-08-08T06:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about dld.sl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043452#M134833</link>
      <description>oh ,so sorry,I am a freshman in this form,and I came from China, thanks for all of yu.</description>
      <pubDate>Fri, 08 Aug 2003 07:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043452#M134833</guid>
      <dc:creator>zonfeng</dc:creator>
      <dc:date>2003-08-08T07:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about dld.sl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043453#M134834</link>
      <description>I have a similar problem. I am running on HP-UX 11.11. I am not sure from rthe replies here whhat patch resolved the problem.</description>
      <pubDate>Wed, 24 Mar 2004 15:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043453#M134834</guid>
      <dc:creator>Gabriel Sanchez_1</dc:creator>
      <dc:date>2004-03-24T15:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem about dld.sl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043454#M134835</link>
      <description>I'm found same question,help me</description>
      <pubDate>Wed, 21 Jun 2006 00:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-about-dld-sl/m-p/3043454#M134835</guid>
      <dc:creator>rickynie</dc:creator>
      <dc:date>2006-06-21T00:26:47Z</dc:date>
    </item>
  </channel>
</rss>

