<?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: crt0: ERROR couldn't open dld.sl errno:000000002 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121908#M802371</link>
    <description>HPUX errno 2. is the file is missing.&lt;BR /&gt;&lt;BR /&gt;check whether the dld.sl file is present and are with right permissions&lt;BR /&gt;&lt;BR /&gt;$ ll -d /&lt;BR /&gt;  drwxr-xr-x  45 root     root        2048 Nov  8 12:34 /&lt;BR /&gt;  $ ll -d /lib&lt;BR /&gt;  dr-xr-xr-x   4 bin      bin         1024 Oct 23 12:11 /lib&lt;BR /&gt;  $ ll -d /lib/dld.sl&lt;BR /&gt;  -r-xr-xr-x   1 bin      bin        69632 Nov 17  2000 /lib/dld.sl&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Nov 2003 05:41:50 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2003-11-18T05:41:50Z</dc:date>
    <item>
      <title>crt0: ERROR couldn't open dld.sl errno:000000002</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121905#M802368</link>
      <description>Hi, I am trying to run an application named PUMA and recibe this message:&lt;BR /&gt;&lt;BR /&gt;;; Optimization settings: safety 1, space 1, speed 1, debug 1.&lt;BR /&gt;;; For a complete description of all compiler switches given the&lt;BR /&gt;;; current optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS).&lt;BR /&gt;; Starting graphics event handler ...&lt;BR /&gt;; Starting X event reader ...&lt;BR /&gt;; Spawning GFX process ...&lt;BR /&gt;;| crt0: ERROR couldn't open dld.sl errno:000000002&lt;BR /&gt;Lisp End : L003 Invalid hostname 'csimI'&lt;BR /&gt;Lisp End : L003 Invalid hostname 'csimI'&lt;BR /&gt;Lisp End : L003 Invalid hostname 'csimI'&lt;BR /&gt;Lisp End : L003 Invalid hostname 'csimI'&lt;BR /&gt;Error: Cannot make C-Lisp connection.&lt;BR /&gt;&lt;BR /&gt;Restart actions (select using :continue):&lt;BR /&gt; 0: Re-attempt C-Lisp connection.&lt;BR /&gt; 1: Skip startup function CCL::INITIALIZE-CCL.&lt;BR /&gt;[1c] &lt;RCL&gt; &lt;BR /&gt;Interrupt 2 (Keyboard interrupt):  Select a process to handle it:&lt;BR /&gt;&lt;BR /&gt;  0 -- Ignore the Interrupt --&lt;BR /&gt;  1 #&lt;PROCESS initial="" lisp="" listener=""&gt;&lt;/PROCESS&gt;      waiting for input character @ #x5c8ac9&amp;gt;&lt;BR /&gt;  2 #&lt;PROCESS graphics="" event="" handler="" waiting="" for="" event=""&gt;&lt;/PROCESS&gt;      @ #xfc8579&amp;gt;&lt;BR /&gt;  3 #&lt;PROCESS x="" event="" reader=""&gt;&lt;BR /&gt;Enter an integer: &lt;BR /&gt;The scheduler is attempting to recover from&lt;BR /&gt;eof encountered on stream&lt;BR /&gt;#&lt;BIDIRECTIONAL-TERMINAL-STREAM&gt;&lt;/BIDIRECTIONAL-TERMINAL-STREAM&gt;  #x4d4a79&amp;gt;.&lt;BR /&gt;:pop&lt;BR /&gt;&lt;BR /&gt;could anybody help me???&lt;/PROCESS&gt;&lt;/RCL&gt;</description>
      <pubDate>Tue, 18 Nov 2003 05:29:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121905#M802368</guid>
      <dc:creator>Alberto_41</dc:creator>
      <dc:date>2003-11-18T05:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: crt0: ERROR couldn't open dld.sl errno:000000002</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121906#M802369</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check if /lib is linked to /usr/lib&lt;BR /&gt;&lt;BR /&gt;# ll /lib&lt;BR /&gt;lr-xr-xr-t   1 root       sys              8 May 18  2000 /lib -&amp;gt; /usr/lib&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ll /lib/crt0.o&lt;BR /&gt;lr--r--r-T   1 root  sys   19 Dec 19  2000 /lib/crt0.o -&amp;gt; /usr/ccs/lib/crt0.o&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 18 Nov 2003 05:35:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121906#M802369</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-11-18T05:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: crt0: ERROR couldn't open dld.sl errno:000000002</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121907#M802370</link>
      <description>asuming the program is installed on /usr/local/puma/bin/puma, use&lt;BR /&gt;&lt;BR /&gt;# chacl /usr/local/puma/bin/puma&lt;BR /&gt;&lt;BR /&gt;to see which libraries it expects runtime and where. For each of those check if they exist and fit the calling architecture.&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Tue, 18 Nov 2003 05:40:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121907#M802370</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-11-18T05:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: crt0: ERROR couldn't open dld.sl errno:000000002</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121908#M802371</link>
      <description>HPUX errno 2. is the file is missing.&lt;BR /&gt;&lt;BR /&gt;check whether the dld.sl file is present and are with right permissions&lt;BR /&gt;&lt;BR /&gt;$ ll -d /&lt;BR /&gt;  drwxr-xr-x  45 root     root        2048 Nov  8 12:34 /&lt;BR /&gt;  $ ll -d /lib&lt;BR /&gt;  dr-xr-xr-x   4 bin      bin         1024 Oct 23 12:11 /lib&lt;BR /&gt;  $ ll -d /lib/dld.sl&lt;BR /&gt;  -r-xr-xr-x   1 bin      bin        69632 Nov 17  2000 /lib/dld.sl&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2003 05:41:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121908#M802371</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-11-18T05:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: crt0: ERROR couldn't open dld.sl errno:000000002</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121909#M802372</link>
      <description>It isnt linked /lib to /usr/lib how can i do that???</description>
      <pubDate>Tue, 18 Nov 2003 05:45:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121909#M802372</guid>
      <dc:creator>Alberto_41</dc:creator>
      <dc:date>2003-11-18T05:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: crt0: ERROR couldn't open dld.sl errno:000000002</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121910#M802373</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;as root &lt;BR /&gt;&lt;BR /&gt;# cd /&lt;BR /&gt;# ln -s /usr/lib lib&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 18 Nov 2003 05:48:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121910#M802373</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-11-18T05:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: crt0: ERROR couldn't open dld.sl errno:000000002</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121911#M802374</link>
      <description>To link one or more directories to another directory use the command:&lt;BR /&gt;&lt;BR /&gt;   ln -s directory_name(s) directory_name&lt;BR /&gt;&lt;BR /&gt;The use of the -s option indicates that this is to be a symbolic link. Only the super-user is allowed make hard links between directories.&lt;BR /&gt;&lt;BR /&gt;As a user you are restricted to creating symbolic links between directories using the -s option.&lt;BR /&gt;&lt;BR /&gt;Bruno</description>
      <pubDate>Tue, 18 Nov 2003 05:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121911#M802374</guid>
      <dc:creator>Bruno Ganino</dc:creator>
      <dc:date>2003-11-18T05:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: crt0: ERROR couldn't open dld.sl errno:000000002</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121912#M802375</link>
      <description>Now i have the problem that gives the correct permisions to the link. i ll try to create a soft link but that not the correct permision.&lt;BR /&gt;&lt;BR /&gt;lr-xr-xr-t 1 root sys 8 May 18 2000 /lib -&amp;gt; /usr/lib&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks to everybody that help me in advance.&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
      <pubDate>Tue, 18 Nov 2003 05:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121912#M802375</guid>
      <dc:creator>Alberto_41</dc:creator>
      <dc:date>2003-11-18T05:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: crt0: ERROR couldn't open dld.sl errno:000000002</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121913#M802376</link>
      <description>the problem can then be resolved by doing a&lt;BR /&gt;&lt;BR /&gt;#ln -s /usr/lib /lib</description>
      <pubDate>Tue, 18 Nov 2003 05:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121913#M802376</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-11-18T05:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: crt0: ERROR couldn't open dld.sl errno:000000002</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121914#M802377</link>
      <description>Creating the link to /lib would resolve the problem.YOur application tries to find dld.sl under /lib which was the case with the old HPUX version.&lt;BR /&gt;&lt;BR /&gt;Make sure that the application checks this library inside the /usr/lib directory.</description>
      <pubDate>Tue, 18 Nov 2003 06:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121914#M802377</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-11-18T06:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: crt0: ERROR couldn't open dld.sl errno:000000002</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121915#M802378</link>
      <description>Now the application works, but the link it donÂ´t has the right permissions.&lt;BR /&gt;&lt;BR /&gt;How can I correct tha</description>
      <pubDate>Tue, 18 Nov 2003 06:04:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121915#M802378</guid>
      <dc:creator>Alberto_41</dc:creator>
      <dc:date>2003-11-18T06:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: crt0: ERROR couldn't open dld.sl errno:000000002</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121916#M802379</link>
      <description>lr-xr-xr-t 1 root sys 8 May 18 2000 /lib -&amp;gt; /usr/lib&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Are you looking at the 't' in the permissions field.&lt;BR /&gt;&lt;BR /&gt;Actually this was the older way for providing a trasition link to point to a different different.It is not the sticky bit.&lt;BR /&gt;&lt;BR /&gt;With 11.0 the present permissions the present one &lt;BR /&gt;lr-xr-xr-x would be okay.&lt;BR /&gt;&lt;BR /&gt;you cannot change the permissions of the link.&lt;BR /&gt;If you do that then it would only affect the dir it is pointing to.</description>
      <pubDate>Tue, 18 Nov 2003 06:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121916#M802379</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-11-18T06:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: crt0: ERROR couldn't open dld.sl errno:000000002</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121917#M802380</link>
      <description>I have 10.20 and the permissions are &lt;BR /&gt;&lt;BR /&gt;777 to lib&lt;BR /&gt;&lt;BR /&gt;lrwxrwxrwx     /lib -&amp;gt; /usr/lib&lt;BR /&gt;&lt;BR /&gt;not &lt;BR /&gt;&lt;BR /&gt;lr-xr-xr-t     /lib -&amp;gt; /usr/lib&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have detected that i dont have /bin linked to /usr/bin neither. &lt;BR /&gt;&lt;BR /&gt;and if i create the soft link /lib-&amp;gt; /usr/lib, when reboot i lose the link. Rarely.</description>
      <pubDate>Tue, 18 Nov 2003 07:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121917#M802380</guid>
      <dc:creator>Alberto_41</dc:creator>
      <dc:date>2003-11-18T07:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: crt0: ERROR couldn't open dld.sl errno:000000002</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121918#M802381</link>
      <description>Rare case could be a mounted /lib&lt;BR /&gt;&lt;BR /&gt;be sure that /lib is not a mounted file system&lt;BR /&gt;&lt;BR /&gt;reboots should never delete symlinks!&lt;BR /&gt;&lt;BR /&gt;# tllist&lt;BR /&gt;&lt;BR /&gt;should show you the transition links, under which catagory the links for /bin and /lib fall&lt;BR /&gt;&lt;BR /&gt;# tlinstall&lt;BR /&gt;&lt;BR /&gt;should reinstall them.&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Tue, 18 Nov 2003 07:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121918#M802381</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-11-18T07:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: crt0: ERROR couldn't open dld.sl errno:000000002</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121919#M802382</link>
      <description>Thank you to everybody for your time.&lt;BR /&gt;&lt;BR /&gt;I have solve the problem. Thank you very much, specialy to procura (H.Merijn)for the last comment.</description>
      <pubDate>Tue, 18 Nov 2003 07:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crt0-error-couldn-t-open-dld-sl-errno-000000002/m-p/3121919#M802382</guid>
      <dc:creator>Alberto_41</dc:creator>
      <dc:date>2003-11-18T07:44:16Z</dc:date>
    </item>
  </channel>
</rss>

