<?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: Wierd /usr/lib/dld.sl errors. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/wierd-usr-lib-dld-sl-errors/m-p/3028838#M132115</link>
    <description>Setting the SHLIB_PATH (note not the HS_LIBRARY_PATH) isn't going to help because you don't have a libnsl_s.sl library.&lt;BR /&gt;&lt;BR /&gt;You need to patch your system. Use the custom patch manager.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Mon, 21 Jul 2003 17:18:19 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2003-07-21T17:18:19Z</dc:date>
    <item>
      <title>Wierd /usr/lib/dld.sl errors.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wierd-usr-lib-dld-sl-errors/m-p/3028834#M132111</link>
      <description>I was running a tool that is pretty common. CIS-Tool. I don't think there anything special requirements from it. But when I run the tool I get the following. &lt;BR /&gt;&lt;BR /&gt;system1:/opt/CIS # ./cis-scan&lt;BR /&gt;/usr/lib/dld.sl: Can't open shared library: /usr/lib/libnsl_s.1&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;./cis-scan[4]: 18600 Abort(coredump)&lt;BR /&gt;system1:/opt/CIS # &lt;BR /&gt;&lt;BR /&gt;system1:/usr/lib #ls -al | grep libnsl&lt;BR /&gt;&lt;BR /&gt;-r--r--r--  12 bin        bin           1248 Oct 27  1997 libnsipc.a&lt;BR /&gt;-r-xr-xr-x   1 bin        bin         679936 Apr 29 20:36 libnsl.1*&lt;BR /&gt;-r--r--r--   1 bin        bin         816568 Nov 20  1998 libnsl.a&lt;BR /&gt;lrwxr-xr-x   1 root       sys             17 Jun 30 14:27 libnsl.sl@ -&amp;gt; /usr/lib/libnsl.1&lt;BR /&gt;&lt;BR /&gt;Any advice?</description>
      <pubDate>Mon, 21 Jul 2003 13:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wierd-usr-lib-dld-sl-errors/m-p/3028834#M132111</guid>
      <dc:creator>Jeremy Loukinas</dc:creator>
      <dc:date>2003-07-21T13:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Wierd /usr/lib/dld.sl errors.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wierd-usr-lib-dld-sl-errors/m-p/3028835#M132112</link>
      <description>Check SHLIB_PATH variable.  The tools may need to be part of it.  &lt;BR /&gt;&lt;BR /&gt;Check the doc before making any changes.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 21 Jul 2003 14:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wierd-usr-lib-dld-sl-errors/m-p/3028835#M132112</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-21T14:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Wierd /usr/lib/dld.sl errors.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wierd-usr-lib-dld-sl-errors/m-p/3028836#M132113</link>
      <description>Hi,&lt;BR /&gt;do you have in your system that library&lt;BR /&gt;/usr/lib/libnsl_s.1 anywhere ?&lt;BR /&gt;&lt;BR /&gt;Try with a find:&lt;BR /&gt;&lt;BR /&gt;find / -name  /usr/lib/libnsl_s.1 &lt;BR /&gt;&lt;BR /&gt;in my system 11.0:&lt;BR /&gt;&lt;BR /&gt;-r-xr-xr-x   1 bin        bin         679936 Nov 29  2001 libnsl.1&lt;BR /&gt;-r--r--r--   1 bin        bin         817348 Nov 29  2001 libnsl.a&lt;BR /&gt;lrwxr-xr-x   1 root       sys             17 Sep 19  2002 libnsl.sl -&amp;gt; /usr/lib/libnsl.1&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          98304 Nov  6  1997 libnsl_s.1&lt;BR /&gt;-r-xr-xr-x   1 bin        bin         122880 Oct 10  2001 libnsl_s.2&lt;BR /&gt;-r--r--r--   1 bin        bin         158712 Oct 10  2001 libnsl_s.a&lt;BR /&gt;lrwxr-xr-x   1 root       sys             19 Sep 19  2002 libnsl_s.sl -&amp;gt; /usr/lib/libnsl_s.2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Which OS is yours ?&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2003 14:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wierd-usr-lib-dld-sl-errors/m-p/3028836#M132113</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-21T14:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Wierd /usr/lib/dld.sl errors.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wierd-usr-lib-dld-sl-errors/m-p/3028837#M132114</link>
      <description>11.00&lt;BR /&gt;&lt;BR /&gt;Should the SH_LIBRARY_PATH point to /usr/lib?</description>
      <pubDate>Mon, 21 Jul 2003 16:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wierd-usr-lib-dld-sl-errors/m-p/3028837#M132114</guid>
      <dc:creator>Jeremy Loukinas</dc:creator>
      <dc:date>2003-07-21T16:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Wierd /usr/lib/dld.sl errors.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wierd-usr-lib-dld-sl-errors/m-p/3028838#M132115</link>
      <description>Setting the SHLIB_PATH (note not the HS_LIBRARY_PATH) isn't going to help because you don't have a libnsl_s.sl library.&lt;BR /&gt;&lt;BR /&gt;You need to patch your system. Use the custom patch manager.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 21 Jul 2003 17:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wierd-usr-lib-dld-sl-errors/m-p/3028838#M132115</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-07-21T17:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Wierd /usr/lib/dld.sl errors.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wierd-usr-lib-dld-sl-errors/m-p/3028839#M132116</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Instead of making the link&lt;BR /&gt;"libnsl.sl@ -&amp;gt; /usr/lib/libnsl.1 ", &lt;BR /&gt;make the link as &lt;BR /&gt;"libnsl.1 -&amp;gt; /usr/lib/libnsl.1" .&lt;BR /&gt;&lt;BR /&gt;It should work. I encountered a similar problem and it is solved when made the link.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;VJ.</description>
      <pubDate>Tue, 22 Jul 2003 09:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wierd-usr-lib-dld-sl-errors/m-p/3028839#M132116</guid>
      <dc:creator>vasundhara</dc:creator>
      <dc:date>2003-07-22T09:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Wierd /usr/lib/dld.sl errors.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wierd-usr-lib-dld-sl-errors/m-p/3028840#M132117</link>
      <description># ln -s /usr/lib/libnsl.1 /usr/lib/libnsl_s.1 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this should solve your problem&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;   Roland&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2003 09:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wierd-usr-lib-dld-sl-errors/m-p/3028840#M132117</guid>
      <dc:creator>RolandH</dc:creator>
      <dc:date>2003-07-22T09:52:21Z</dc:date>
    </item>
  </channel>
</rss>

