<?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: Can't find path for shared library in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-path-for-shared-library/m-p/4887651#M401830</link>
    <description>If the chatr on your executable doesn't have a line saying&lt;BR /&gt;&lt;BR /&gt;SHLIB_PATH     enabled &lt;BR /&gt;&lt;BR /&gt;then the SHLIB_PATH is not going to be used. You will have to run&lt;BR /&gt;&lt;BR /&gt;# chatr +s enable &lt;BIN_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;where &lt;BIN_NAME&gt; is the name of the executable. Then SHLIB_PATH will be used.&lt;/BIN_NAME&gt;&lt;/BIN_NAME&gt;</description>
    <pubDate>Thu, 24 Feb 2005 05:49:44 GMT</pubDate>
    <dc:creator>Stephen Keane</dc:creator>
    <dc:date>2005-02-24T05:49:44Z</dc:date>
    <item>
      <title>Can't find path for shared library</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-path-for-shared-library/m-p/4887646#M401825</link>
      <description>Get the following on HPUX 11.11 server &lt;BR /&gt;&lt;BR /&gt;# /appl/maestro/StartUp&lt;BR /&gt;/usr/lib/dld.sl: Can't find path for shared library: libatrc.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;/appl/maestro/StartUp[45]: 26416 Abort&lt;BR /&gt;/appl/maestro/StartUp[47]: /bin/mecho:  not found.&lt;BR /&gt;/appl/maestro/StartUp[53]: /bin/mecho:  not found.&lt;BR /&gt;TWS for UNIX/STARTUP 8.1&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Can't find path for shared library: libatrc.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;/appl/maestro/StartUp[77]: 26420 Abort&lt;BR /&gt;&lt;BR /&gt;The file and the directory exists as follows:&lt;BR /&gt;# file libatrc.sl&lt;BR /&gt;libatrc.sl:     PA-RISC1.1 shared library -not stripped&lt;BR /&gt;# ll libatrc.sl&lt;BR /&gt;-rwxr-xr-x   1 root   sys    53399 Oct 19 12:26 libatrc.sl&lt;BR /&gt;&lt;BR /&gt;# ll /usr/lib/dld.sl&lt;BR /&gt;-r-xr-xr-x   1 bin    bin   188416 Jul 17  2002 /usr/lib/dld.sl&lt;BR /&gt;# file /usr/lib/dld.sl&lt;BR /&gt;/usr/lib/dld.sl:        s800 shared library -not stripped</description>
      <pubDate>Thu, 24 Feb 2005 04:47:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-path-for-shared-library/m-p/4887646#M401825</guid>
      <dc:creator>Neil Wilson_2</dc:creator>
      <dc:date>2005-02-24T04:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find path for shared library</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-path-for-shared-library/m-p/4887647#M401826</link>
      <description>SHLIB_PATH=/usr/lib&lt;BR /&gt;export SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;try again.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Feb 2005 05:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-path-for-shared-library/m-p/4887647#M401826</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-24T05:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find path for shared library</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-path-for-shared-library/m-p/4887648#M401827</link>
      <description>Nice. Same problem as I had.&lt;BR /&gt;&lt;BR /&gt;Checkout: &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=819220" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=819220&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Probably you installed a patch like that one. If not, the SHLIB_PATH solution might work.&lt;BR /&gt;If not, do:&lt;BR /&gt;# chatr /appl/maestro/bin/conman&lt;BR /&gt;Look at the 'embedded path' entry. Create the path, and place the libatrc.sl, which is in the trace directory of your Maestro installation, in there. Then try again and it should work.&lt;BR /&gt;We did it by using a symbolic link in /usr named Tivoli, since in our case the needed path was /usr/Tivoli/TWS/TKG/3.1.5/lib. But we are using version 8.2 of TWS, not 8.1.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;               Elmar</description>
      <pubDate>Thu, 24 Feb 2005 05:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-path-for-shared-library/m-p/4887648#M401827</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2005-02-24T05:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find path for shared library</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-path-for-shared-library/m-p/4887649#M401828</link>
      <description>Oh, and if you want to try the SHLIB_PATH solution, it needs to contain the trace directory in your maestro installation, because that's where the sharedlib resides, not /usr/lib.</description>
      <pubDate>Thu, 24 Feb 2005 05:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-path-for-shared-library/m-p/4887649#M401828</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2005-02-24T05:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find path for shared library</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-path-for-shared-library/m-p/4887650#M401829</link>
      <description>Add the path of the library : libatrc.sl to the SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;SHLIB_PATH=$SHLIBPATH:&lt;PATH for="" libatrc.sl=""&gt;&lt;BR /&gt;export SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;&lt;/PATH&gt;</description>
      <pubDate>Thu, 24 Feb 2005 05:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-path-for-shared-library/m-p/4887650#M401829</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-02-24T05:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find path for shared library</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-path-for-shared-library/m-p/4887651#M401830</link>
      <description>If the chatr on your executable doesn't have a line saying&lt;BR /&gt;&lt;BR /&gt;SHLIB_PATH     enabled &lt;BR /&gt;&lt;BR /&gt;then the SHLIB_PATH is not going to be used. You will have to run&lt;BR /&gt;&lt;BR /&gt;# chatr +s enable &lt;BIN_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;where &lt;BIN_NAME&gt; is the name of the executable. Then SHLIB_PATH will be used.&lt;/BIN_NAME&gt;&lt;/BIN_NAME&gt;</description>
      <pubDate>Thu, 24 Feb 2005 05:49:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-path-for-shared-library/m-p/4887651#M401830</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-02-24T05:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find path for shared library</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-path-for-shared-library/m-p/4887652#M401831</link>
      <description>exported SH_LIB and reran fine&lt;BR /&gt;also found embedded path missing and recreated /usr/Tivoli/TWS/TKG/3.1.5/lib then copied libatrc.sl file into here...&lt;BR /&gt;&lt;BR /&gt;thanks everyone</description>
      <pubDate>Thu, 24 Feb 2005 07:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-find-path-for-shared-library/m-p/4887652#M401831</guid>
      <dc:creator>Neil Wilson_2</dc:creator>
      <dc:date>2005-02-24T07:08:51Z</dc:date>
    </item>
  </channel>
</rss>

