<?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: libdld missing. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/libdld-missing/m-p/3014852#M842250</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;These messages frequently come *from* libdld complaining that IT can't find *another* lib file.&lt;BR /&gt;Take another look at this error message to see just which file it's complaining about.&lt;BR /&gt;But I suspect as mentioned earlier that you might need to set SHLIB_PATH or such.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
    <pubDate>Thu, 03 Jul 2003 16:44:25 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2003-07-03T16:44:25Z</dc:date>
    <item>
      <title>libdld missing.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libdld-missing/m-p/3014849#M842247</link>
      <description>I have an HPUX11.00 server that when trying to install some software I got a missing libdld error. What is libdld and where does it come from? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 16:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libdld-missing/m-p/3014849#M842247</guid>
      <dc:creator>Jeremy Loukinas</dc:creator>
      <dc:date>2003-07-03T16:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: libdld missing.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libdld-missing/m-p/3014850#M842248</link>
      <description>That's the dynamic loader library and should be in /usr/lib and almost certainly is there or your system will be severely crippled.&lt;BR /&gt;&lt;BR /&gt;You should see files like libdld*.&lt;BR /&gt;&lt;BR /&gt;I suspect that you need to set a SHLIB_PATH or an LD_LIBRARY_PATH.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 16:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libdld-missing/m-p/3014850#M842248</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-07-03T16:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: libdld missing.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libdld-missing/m-p/3014851#M842249</link>
      <description>libdld is used by programs using shared libraries.</description>
      <pubDate>Thu, 03 Jul 2003 16:40:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libdld-missing/m-p/3014851#M842249</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-07-03T16:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: libdld missing.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libdld-missing/m-p/3014852#M842250</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;These messages frequently come *from* libdld complaining that IT can't find *another* lib file.&lt;BR /&gt;Take another look at this error message to see just which file it's complaining about.&lt;BR /&gt;But I suspect as mentioned earlier that you might need to set SHLIB_PATH or such.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 03 Jul 2003 16:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libdld-missing/m-p/3014852#M842250</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-07-03T16:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: libdld missing.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libdld-missing/m-p/3014853#M842251</link>
      <description>libdld is library that supports dynamically linked shared libraries on executables.  You should check if you have installed PHSS_28434 which is the latest cumulative dld and linker patch for HP-UX 11.00.  Libdld comes with the Linker package.</description>
      <pubDate>Thu, 03 Jul 2003 16:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libdld-missing/m-p/3014853#M842251</guid>
      <dc:creator>William Wong_2</dc:creator>
      <dc:date>2003-07-03T16:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: libdld missing.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libdld-missing/m-p/3014854#M842252</link>
      <description>I ran across this same error while compiling SubVersion. (compiling was not a problem on other platforms) The following is my output...&lt;BR /&gt;&lt;BR /&gt;cd subversion/clients/cmdline &amp;amp;&amp;amp; /bin/sh /home/tai/subversion-1.1.3/libtool --silent --mode=link gcc -all-static  -g -O2  -g -O2 -pthread  -DNEON_ZLIB  -L/home/tai/subversion-1.1.3/apr-util/xml/expat/lib  -rpath /usr/local/lib -o svn  add-cmd.o blame-cmd.o cat-cmd.o checkout-cmd.o cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o diff-cmd.o export-cmd.o help-cmd.o import-cmd.o info-cmd.o log-cmd.o ls-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o notify.o prompt.o propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o propset-cmd.o resolved-cmd.o revert-cmd.o status-cmd.o status.o switch-cmd.o update-cmd.o util.o ../../../subversion/libsvn_client/libsvn_client-1.la ../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /home/tai/subversion-1.1.3/apr-util/libaprutil-0.la /home/tai/subversion-1.1.3/apr-util/xml/expat/lib/libexpat.la -liconv /home/tai/subversion-1.1.3/apr/libapr-0.la -lm -lnsl  -lpthread -L/usr/lib -ldld /home/tai/subversion-1.1.3/neon/src/libneon.la -L/usr/local/lib  -lz -lintl&lt;BR /&gt;/usr/ccs/bin/ld: Can't find library: "dld"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have libdld, but it's not liking it...&lt;BR /&gt;&lt;BR /&gt;ls -l /usr/lib/libdld.*&lt;BR /&gt;lrwxr-xr-x   1 root       root            10 Feb 11 12:51 /usr/lib/libdld.0 -&amp;gt; ./libdld.1&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          12288 Jan 25 00:56 /usr/lib/libdld.1&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          24576 Jan 25 00:52 /usr/lib/libdld.2&lt;BR /&gt;lrwxr-xr-x   1 root       sys             10 Feb 11 12:48 /usr/lib/libdld.sl -&amp;gt; ./libdld.2&lt;BR /&gt;</description>
      <pubDate>Fri, 06 May 2005 17:04:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libdld-missing/m-p/3014854#M842252</guid>
      <dc:creator>Tyler Mace</dc:creator>
      <dc:date>2005-05-06T17:04:50Z</dc:date>
    </item>
  </channel>
</rss>

