<?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 after make_sys_image in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-after-make-sys-image/m-p/2857568#M95273</link>
    <description>Great Steve, so easy...&lt;BR /&gt;I missed it.&lt;BR /&gt;It??s not 100% but I think I have to check some others links...&lt;BR /&gt;--&lt;BR /&gt;Regards, &lt;BR /&gt;Tony</description>
    <pubDate>Wed, 04 Dec 2002 15:44:38 GMT</pubDate>
    <dc:creator>Auma</dc:creator>
    <dc:date>2002-12-04T15:44:38Z</dc:date>
    <item>
      <title>problem after make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-after-make-sys-image/m-p/2857563#M95268</link>
      <description>Hi,&lt;BR /&gt;one of our server crashed during a make_sys_image -l 2,&lt;BR /&gt;we have reconfigured the network so far, but an application cannot start with the error:&lt;BR /&gt;ctr0: ... dld.sl cannot open error 0x00....02&lt;BR /&gt;&lt;BR /&gt;fuser /usr/lib/dld.sl &lt;BR /&gt;shows that a least 10 processes access this lib without problem.&lt;BR /&gt;&lt;BR /&gt;what dld.sl &lt;BR /&gt;returns 10.32&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can someone help?&lt;BR /&gt;--&lt;BR /&gt;Thanks, W.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Dec 2002 13:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-after-make-sys-image/m-p/2857563#M95268</guid>
      <dc:creator>Auma</dc:creator>
      <dc:date>2002-12-04T13:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem after make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-after-make-sys-image/m-p/2857564#M95269</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Something like a link is missing or you are hitting a kernel ,protection or space problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What will not run&lt;BR /&gt;&lt;BR /&gt;                       Regards&lt;BR /&gt;&lt;BR /&gt;                       Steve Steel&lt;BR /&gt;&lt;BR /&gt;Quote of the moment&lt;BR /&gt;-------------------&lt;BR /&gt;"We are drowning in information but starved for knowledge."&lt;BR /&gt;-- John Naisbitt</description>
      <pubDate>Wed, 04 Dec 2002 13:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-after-make-sys-image/m-p/2857564#M95269</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-12-04T13:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem after make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-after-make-sys-image/m-p/2857565#M95270</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;dld.sl is the dynamic loader, so the problem is rather in crt0. See man dld.sl :&lt;BR /&gt;&lt;BR /&gt;The /usr/lib/pa20_64/dld.sl program is the PA64 dynamic loader.  The /usr/lib/dld.sl program is the PA32 dynamic loader.  In programs that use shared libraries, dld.sl is invoked automatically at startup time by exec on PA64 and by the startup file crt0.o on PA32.  Identical copies of crt0.o are kept in both /opt/langtools/lib and /usr/ccs/lib      directories.  The dynamic loader is, itself, a shared library, although it defines no symbols for use by user programs.&lt;BR /&gt;&lt;BR /&gt;So have a look at crt0 in /opt/langtools/lib and /usr/ccs/lib, see if they both exist or differs.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Dec 2002 13:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-after-make-sys-image/m-p/2857565#M95270</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-12-04T13:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem after make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-after-make-sys-image/m-p/2857566#M95271</link>
      <description>The error is&lt;BR /&gt;# ./getpath&lt;BR /&gt;crt0: ERROR couldn't open dld.sl errno:000000002&lt;BR /&gt;&lt;BR /&gt;Steve:&lt;BR /&gt;&lt;BR /&gt;# what /usr/lib/dld.sl&lt;BR /&gt;/usr/lib/dld.sl:&lt;BR /&gt;         SMART_BIND&lt;BR /&gt;        92453-07 dld dld dld.sl B.10.32 990202&lt;BR /&gt;&lt;BR /&gt;link? perhaps but wich one?&lt;BR /&gt;&lt;BR /&gt;Jean-Louis:&lt;BR /&gt;&lt;BR /&gt;# ls -l /opt/langtools/lib&lt;BR /&gt;total 174&lt;BR /&gt;-r--r--r--   1 bin        bin           6936 Oct 29  1999 crt0.o&lt;BR /&gt;&lt;BR /&gt;# ls -l /usr/ccs/lib&lt;BR /&gt;total 472&lt;BR /&gt;-r--r--r--   1 bin        bin           6936 Oct 29  1999 crt0.o&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, everything??s OK on this side.&lt;BR /&gt;--&lt;BR /&gt;Regards.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Dec 2002 14:10:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-after-make-sys-image/m-p/2857566#M95271</guid>
      <dc:creator>Auma</dc:creator>
      <dc:date>2002-12-04T14:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem after make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-after-make-sys-image/m-p/2857567#M95272</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Are these there&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#ln -s /usr/lib /lib&lt;BR /&gt;#ln -s /usr/bin /bin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                       Regards&lt;BR /&gt;&lt;BR /&gt;                       Steve Steel&lt;BR /&gt;&lt;BR /&gt;Quote of the moment&lt;BR /&gt;-------------------&lt;BR /&gt;"We are drowning in information but starved for knowledge."&lt;BR /&gt;-- John Naisbitt</description>
      <pubDate>Wed, 04 Dec 2002 14:19:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-after-make-sys-image/m-p/2857567#M95272</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-12-04T14:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem after make_sys_image</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-after-make-sys-image/m-p/2857568#M95273</link>
      <description>Great Steve, so easy...&lt;BR /&gt;I missed it.&lt;BR /&gt;It??s not 100% but I think I have to check some others links...&lt;BR /&gt;--&lt;BR /&gt;Regards, &lt;BR /&gt;Tony</description>
      <pubDate>Wed, 04 Dec 2002 15:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-after-make-sys-image/m-p/2857568#M95273</guid>
      <dc:creator>Auma</dc:creator>
      <dc:date>2002-12-04T15:44:38Z</dc:date>
    </item>
  </channel>
</rss>

