<?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: SHLIB_PATH in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path/m-p/3169547#M897095</link>
    <description>Check one of the . files in the HOME directory of the users such as &lt;BR /&gt;&lt;BR /&gt;.dbenv_bpchrprd.csh&lt;BR /&gt;&lt;BR /&gt;sks</description>
    <pubDate>Wed, 21 Jan 2004 07:48:53 GMT</pubDate>
    <dc:creator>Sanjay Kumar Suri</dc:creator>
    <dc:date>2004-01-21T07:48:53Z</dc:date>
    <item>
      <title>SHLIB_PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path/m-p/3169543#M897091</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I can't find where is $SHLIB_PATH is defined in HPUX11.11 ....&lt;BR /&gt;I need to change it for some of the users.&lt;BR /&gt;&lt;BR /&gt;thanx for the help.</description>
      <pubDate>Wed, 21 Jan 2004 07:39:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path/m-p/3169543#M897091</guid>
      <dc:creator>Alex Lavrov</dc:creator>
      <dc:date>2004-01-21T07:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: SHLIB_PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path/m-p/3169544#M897092</link>
      <description>Check /etc/profile, that's where we set ours.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 21 Jan 2004 07:43:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path/m-p/3169544#M897092</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-01-21T07:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: SHLIB_PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path/m-p/3169545#M897093</link>
      <description>check /etc/profile,.profile,.kshrc,.shrc if the users shell is sh/ksh&lt;BR /&gt;&lt;BR /&gt;check /etc/csh.login,.login,.cshrc for c shell</description>
      <pubDate>Wed, 21 Jan 2004 07:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path/m-p/3169545#M897093</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-01-21T07:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: SHLIB_PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path/m-p/3169546#M897094</link>
      <description>Alex,&lt;BR /&gt;&lt;BR /&gt;I am not sure (home) but could it be that the SHLIB_PATH is defined in /etc/default/profile. If you wish too change it for some users i would suggest setting the SHLIB_PATH in the .profile of .dtprofile. Depending on how those users login.&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Wed, 21 Jan 2004 07:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path/m-p/3169546#M897094</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-21T07:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: SHLIB_PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path/m-p/3169547#M897095</link>
      <description>Check one of the . files in the HOME directory of the users such as &lt;BR /&gt;&lt;BR /&gt;.dbenv_bpchrprd.csh&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Wed, 21 Jan 2004 07:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path/m-p/3169547#M897095</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-01-21T07:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: SHLIB_PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path/m-p/3169548#M897096</link>
      <description>Just put your additions in /etc/profile and it should work. If not defined, it will only search paths defined in the executable. If defined and the executable is correctly linked, it will use the environment variable to search. It could very well be it thus is not defined yet, using only the paths compiled in the executable.</description>
      <pubDate>Wed, 21 Jan 2004 07:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path/m-p/3169548#M897096</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-01-21T07:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: SHLIB_PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path/m-p/3169549#M897097</link>
      <description>Our default are set in /etc/profile such as PATH, MANPATH, SHLIB_PATH&lt;BR /&gt;this way :&lt;BR /&gt;export SHLIB_PATH=`cat /etc/SHLIB_PATH`&lt;BR /&gt;&lt;BR /&gt;Amend /etc/SHLIB_PATH accordingly.&lt;BR /&gt;&lt;BR /&gt;If this is specific to some users/application, you may be wise by sourcing a shell script with specific environment variables for these users/applications.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Wed, 21 Jan 2004 08:13:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path/m-p/3169549#M897097</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-01-21T08:13:54Z</dc:date>
    </item>
  </channel>
</rss>

