<?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 and LD_LIB_PATH in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-and-ld-lib-path/m-p/4999147#M424155</link>
    <description>Hi,&lt;BR /&gt;under HPX you will use SHLIB_PATH the others are for other SVR4 unix (like SCO...)&lt;BR /&gt;&lt;BR /&gt;The default will be /etc/SHLIB_PATH, it works very much the same as /etc/PATH, so depending what is installed it varies.&lt;BR /&gt;e.g.&lt;BR /&gt;it the beginning of live of this box(RP5450):&lt;BR /&gt;(Feb 2002) it was:&lt;BR /&gt;/usr/lib:/etc/opt/resmon/lib&lt;BR /&gt;since Dec 2004:&lt;BR /&gt;/usr/lib:/etc/opt/resmon/lib:/opt/mx/lib:/opt/mx/jre/lib/PA_RISC/native_threads:/opt/wlm/lib:/opt/gnome/lib&lt;BR /&gt;&lt;BR /&gt;(I keep archives of what is on at a given date or before all product installation...)&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
    <pubDate>Thu, 24 Aug 2006 10:56:41 GMT</pubDate>
    <dc:creator>Victor BERRIDGE</dc:creator>
    <dc:date>2006-08-24T10:56:41Z</dc:date>
    <item>
      <title>SHLIB_PATH and LD_LIB_PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-and-ld-lib-path/m-p/4999144#M424152</link>
      <description>I'm want to know as much about setting up both SHLIB_PATH and LD_LIB_PATH.  E.g. Setting them up in .profile, setting them in /etc, etc...&lt;BR /&gt;&lt;BR /&gt;Currently I'm working with an HP-UX D-Class server (D250, HP-UX 11.0, 32 bit, PA-RISC 1.1)&lt;BR /&gt;&lt;BR /&gt;Give me your opinions.&lt;BR /&gt;&lt;BR /&gt;GBR</description>
      <pubDate>Wed, 23 Aug 2006 10:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-and-ld-lib-path/m-p/4999144#M424152</guid>
      <dc:creator>GBR</dc:creator>
      <dc:date>2006-08-23T10:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: SHLIB_PATH and LD_LIB_PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-and-ld-lib-path/m-p/4999145#M424153</link>
      <description>&lt;BR /&gt;   First of all, make sure your binary is set to use the SHLIB_PATH. If it is not, it will not even look for SHLIB_PATH !&lt;BR /&gt;  &lt;BR /&gt;   Run the chatr command against the binary. &lt;BR /&gt;&lt;BR /&gt; #  chatr /usr/bin/&lt;BINARY&gt; | grep SHLIB_PATH         &lt;BR /&gt;            SHLIB_PATH     disabled  second  &lt;BR /&gt; #&lt;BR /&gt;&lt;BR /&gt;  If disabled, use the +s option with chatr to enable SHLIB_PATH lookup&lt;BR /&gt;&lt;BR /&gt;  # chatr +s enable /usr/bin/&lt;BINARY&gt;&lt;BR /&gt;&lt;BR /&gt;  Once enabled, SHLIB_PATH can be set in so many different ways. Either through .profile (if KSH or Posix) or through a wrapper script.&lt;BR /&gt;&lt;BR /&gt;Sundar&lt;BR /&gt;&lt;BR /&gt;&lt;/BINARY&gt;&lt;/BINARY&gt;</description>
      <pubDate>Wed, 23 Aug 2006 10:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-and-ld-lib-path/m-p/4999145#M424153</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2006-08-23T10:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: SHLIB_PATH and LD_LIB_PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-and-ld-lib-path/m-p/4999146#M424154</link>
      <description>How do I find the default shared library path?</description>
      <pubDate>Thu, 24 Aug 2006 09:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-and-ld-lib-path/m-p/4999146#M424154</guid>
      <dc:creator>GBR</dc:creator>
      <dc:date>2006-08-24T09:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: SHLIB_PATH and LD_LIB_PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-and-ld-lib-path/m-p/4999147#M424155</link>
      <description>Hi,&lt;BR /&gt;under HPX you will use SHLIB_PATH the others are for other SVR4 unix (like SCO...)&lt;BR /&gt;&lt;BR /&gt;The default will be /etc/SHLIB_PATH, it works very much the same as /etc/PATH, so depending what is installed it varies.&lt;BR /&gt;e.g.&lt;BR /&gt;it the beginning of live of this box(RP5450):&lt;BR /&gt;(Feb 2002) it was:&lt;BR /&gt;/usr/lib:/etc/opt/resmon/lib&lt;BR /&gt;since Dec 2004:&lt;BR /&gt;/usr/lib:/etc/opt/resmon/lib:/opt/mx/lib:/opt/mx/jre/lib/PA_RISC/native_threads:/opt/wlm/lib:/opt/gnome/lib&lt;BR /&gt;&lt;BR /&gt;(I keep archives of what is on at a given date or before all product installation...)&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Thu, 24 Aug 2006 10:56:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-and-ld-lib-path/m-p/4999147#M424155</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2006-08-24T10:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: SHLIB_PATH and LD_LIB_PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-and-ld-lib-path/m-p/4999148#M424156</link>
      <description>I don't beleive there is anything like default SHLIB_PATH.&lt;BR /&gt;&lt;BR /&gt;I can tell you my understanding but I cannot assure you it is correct (given that I am no programmer :-).&lt;BR /&gt; &lt;BR /&gt;If you dont have a SHLIB_PATH, at runtime, it will look for shared libraries that the binary was compiled with.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Aug 2006 10:59:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-and-ld-lib-path/m-p/4999148#M424156</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2006-08-24T10:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: SHLIB_PATH and LD_LIB_PATH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-and-ld-lib-path/m-p/4999149#M424157</link>
      <description>Thanks. Thread Closed.</description>
      <pubDate>Tue, 05 Sep 2006 09:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shlib-path-and-ld-lib-path/m-p/4999149#M424157</guid>
      <dc:creator>GBR</dc:creator>
      <dc:date>2006-09-05T09:18:16Z</dc:date>
    </item>
  </channel>
</rss>

