<?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 SHLIB_PATH with inted in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-with-inted/m-p/3402428#M567202</link>
    <description>Hello together,&lt;BR /&gt;&lt;BR /&gt;I installed the precompiled samba 3.0.5 version and all required tools for HP-UX 11.11 from the samba.org-website. &lt;BR /&gt;&lt;BR /&gt;There seams to be a configration-leak in this depot. So I had to set SHLIB_PATH=/usr/lib in /sbin/init.d/sama to fix the errormessage "Can't find path for shared library: libcrypto.sl".&lt;BR /&gt;This works on samba startup. But the error resumes in the web-browser, on connecting the swat-deamon on port 901. &lt;BR /&gt;Is it possible to manipulate the SHLIB_PATH variable for tools, that are startet with the inetd ?</description>
    <pubDate>Mon, 18 Oct 2004 09:45:06 GMT</pubDate>
    <dc:creator>BERT KOE 9-01</dc:creator>
    <dc:date>2004-10-18T09:45:06Z</dc:date>
    <item>
      <title>SHLIB_PATH with inted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-with-inted/m-p/3402428#M567202</link>
      <description>Hello together,&lt;BR /&gt;&lt;BR /&gt;I installed the precompiled samba 3.0.5 version and all required tools for HP-UX 11.11 from the samba.org-website. &lt;BR /&gt;&lt;BR /&gt;There seams to be a configration-leak in this depot. So I had to set SHLIB_PATH=/usr/lib in /sbin/init.d/sama to fix the errormessage "Can't find path for shared library: libcrypto.sl".&lt;BR /&gt;This works on samba startup. But the error resumes in the web-browser, on connecting the swat-deamon on port 901. &lt;BR /&gt;Is it possible to manipulate the SHLIB_PATH variable for tools, that are startet with the inetd ?</description>
      <pubDate>Mon, 18 Oct 2004 09:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-with-inted/m-p/3402428#M567202</guid>
      <dc:creator>BERT KOE 9-01</dc:creator>
      <dc:date>2004-10-18T09:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: SHLIB_PATH with inted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-with-inted/m-p/3402429#M567203</link>
      <description>Run a chatr on the samba executable. It will show the order in which it will look for librarries. I think you set it to look for SHLIB_PATH first.&lt;BR /&gt;&lt;BR /&gt;This should take care ot SWAT error.&lt;BR /&gt;&lt;BR /&gt;You would need to do as follows.&lt;BR /&gt;&lt;BR /&gt;chatr +s enable +enable&lt;BR /&gt;&lt;BR /&gt;This would, enable to look for SHLIB_PATH first. Try it.&lt;BR /&gt;&lt;BR /&gt;Anil&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Oct 2004 10:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-with-inted/m-p/3402429#M567203</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-18T10:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: SHLIB_PATH with inted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-with-inted/m-p/3402430#M567204</link>
      <description>Correction in the post. Particularly the command.&lt;BR /&gt;&lt;BR /&gt;chatr +s enable +b enable</description>
      <pubDate>Mon, 18 Oct 2004 10:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-with-inted/m-p/3402430#M567204</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-18T10:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: SHLIB_PATH with inted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-with-inted/m-p/3402431#M567205</link>
      <description>Thanks a lot for your response.&lt;BR /&gt;I tried the options you set to chatr but these doesn't work.&lt;BR /&gt;On additional searches I found the ldd-comand. ldd lists all shared lib's with their default directory and those, where the library is really found. &lt;BR /&gt;For every entry, whom default directory don't exist I created a link to the real lib.&lt;BR /&gt;That works.</description>
      <pubDate>Wed, 20 Oct 2004 08:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-with-inted/m-p/3402431#M567205</guid>
      <dc:creator>BERT KOE 9-01</dc:creator>
      <dc:date>2004-10-20T08:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: SHLIB_PATH with inted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-with-inted/m-p/3402432#M567206</link>
      <description>I am not sure if you can change the "embedded path" for a binary using chatr.&lt;BR /&gt;&lt;BR /&gt;But hey, if you know where the shared libaries, why not move it to the right place ?&lt;BR /&gt;&lt;BR /&gt;# chatr `which swat` | grep embedded&lt;BR /&gt;&lt;BR /&gt;# mv /wherever/the/sls/are/present /embedded/path/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 09:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-with-inted/m-p/3402432#M567206</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-10-20T09:04:55Z</dc:date>
    </item>
  </channel>
</rss>

