<?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: Error Can't find path for shared libirary in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181519#M91116</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;#find / -name dld.sl&lt;BR /&gt;&lt;BR /&gt;if not found in /usr/lib then locate the another copy. if found create a soft link.</description>
    <pubDate>Thu, 17 Apr 2008 06:55:25 GMT</pubDate>
    <dc:creator>Jeeshan</dc:creator>
    <dc:date>2008-04-17T06:55:25Z</dc:date>
    <item>
      <title>Error Can't find path for shared libirary</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181517#M91114</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When i am trying to run CAD software i-deas12 on hpux 11i ,i am geting error as mention below&lt;BR /&gt;/usr/lib/dld.sl:cant find path for shared libirary&lt;BR /&gt;/usr/lib/dld.sl:No such file or directory&lt;BR /&gt;&lt;BR /&gt;Please give me the solution to rectify this error.&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;amp; Regards&lt;BR /&gt;Logesh S</description>
      <pubDate>Thu, 17 Apr 2008 06:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181517#M91114</guid>
      <dc:creator>Logesh_1</dc:creator>
      <dc:date>2008-04-17T06:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error Can't find path for shared libirary</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181518#M91115</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have you verified if the files exists?&lt;BR /&gt;/usr/lib/dld.sl&lt;BR /&gt;&lt;BR /&gt;If it's there can you verify if the /usr/lib directory is in your path?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Apr 2008 06:18:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181518#M91115</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-04-17T06:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error Can't find path for shared libirary</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181519#M91116</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;#find / -name dld.sl&lt;BR /&gt;&lt;BR /&gt;if not found in /usr/lib then locate the another copy. if found create a soft link.</description>
      <pubDate>Thu, 17 Apr 2008 06:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181519#M91116</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-04-17T06:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error Can't find path for shared libirary</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181520#M91117</link>
      <description>Here's an example of how to create the soft link&lt;BR /&gt;&lt;BR /&gt;- 1.txt will have the letter A in it.&lt;BR /&gt;- Then will create softlink called 2.txt.&lt;BR /&gt;- Then display 2.txt to show it displays content of 1.txt.&lt;BR /&gt;&lt;BR /&gt;# echo A &amp;gt;&amp;gt; 1.txt&lt;BR /&gt;#ln -s 1.txt 2.txt&lt;BR /&gt;#cat 2.txt&lt;BR /&gt;A&lt;BR /&gt;&lt;BR /&gt;Note I stripped out the paths in front of the filenames for illustration.</description>
      <pubDate>Thu, 17 Apr 2008 07:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181520#M91117</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-04-17T07:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error Can't find path for shared libirary</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181521#M91118</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;without a functional shared library loader (/usr/lib/dld.sl) it won't even be possible to reach a runlevel higher than 's'.&lt;BR /&gt;It's this loader, which complains about missing libraries in an object file to be loaded.&lt;BR /&gt;Try&lt;BR /&gt;chatr &lt;BINARY&gt;&lt;BR /&gt;to identify these and read the release notes of the product, how to setup SHLIB_PATH and friends to get these - products supplied libs, I think - resolved.&lt;BR /&gt;&lt;BR /&gt;mfG Peter&lt;/BINARY&gt;</description>
      <pubDate>Thu, 17 Apr 2008 09:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181521#M91118</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2008-04-17T09:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error Can't find path for shared libirary</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181522#M91119</link>
      <description>&amp;gt;dld.sl: cant find path for shared library&lt;BR /&gt;&amp;gt;dld.sl: No such file or directory&lt;BR /&gt;&lt;BR /&gt;Does it mention the shlib in the message?&lt;BR /&gt;You need to provide that path in SHLIB_PATH.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;O'Kevin:Have you verified if the files exists?  /usr/lib/dld.sl&lt;BR /&gt;&lt;BR /&gt;Of course dld.sl exists, it printed the message.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;verify if the /usr/lib directory is in your path?&lt;BR /&gt;&lt;BR /&gt;Since that's the default, you don't need to worry about it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Peter: without a functional shared library loader (dld.sl) it won't even be possible to reach a runlevel higher than 's'.&lt;BR /&gt;&lt;BR /&gt;True, but you might remove it somehow.  ;-)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Try chatr to identify these and read the release notes of the product, how to setup SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;Right.</description>
      <pubDate>Thu, 17 Apr 2008 11:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181522#M91119</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-04-17T11:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error Can't find path for shared libirary</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181523#M91120</link>
      <description>Any one give me a exact solution to solve this problem.&lt;BR /&gt;&lt;BR /&gt;Logesh.S</description>
      <pubDate>Mon, 21 Apr 2008 03:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181523#M91120</guid>
      <dc:creator>Logesh_1</dc:creator>
      <dc:date>2008-04-21T03:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error Can't find path for shared libirary</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181524#M91121</link>
      <description>&amp;gt;Anyone give me a exact solution to solve this problem?&lt;BR /&gt;&lt;BR /&gt;We told you.  Provide the exact output from dld.  Find that shlib.  Put that path in SHLIB_PATH and export it.</description>
      <pubDate>Mon, 21 Apr 2008 06:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-can-t-find-path-for-shared-libirary/m-p/4181524#M91121</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-04-21T06:12:00Z</dc:date>
    </item>
  </channel>
</rss>

