<?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: set path in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/set-path/m-p/3765925#M101901</link>
    <description>Shalom Debasis,&lt;BR /&gt;&lt;BR /&gt;These two variables are no commonly used in .profile, they are also modified in the start scripts of many of the oracle products.&lt;BR /&gt;&lt;BR /&gt;usage:&lt;BR /&gt;SHLIB_PATH=SHLIB_PATH:/home/oracle&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 05 Apr 2006 00:12:35 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-04-05T00:12:35Z</dc:date>
    <item>
      <title>set path</title>
      <link>https://community.hpe.com/t5/operating-system-linux/set-path/m-p/3765923#M101899</link>
      <description>Hi Arun.&lt;BR /&gt;For _sqlcxt, where i will set this 2 path. i.e., LD_LIB_PATH and SHLIB_PATH&lt;BR /&gt;How and what will the path, please advice me with example.</description>
      <pubDate>Tue, 04 Apr 2006 23:49:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/set-path/m-p/3765923#M101899</guid>
      <dc:creator>Debasis Mishra</dc:creator>
      <dc:date>2006-04-04T23:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: set path</title>
      <link>https://community.hpe.com/t5/operating-system-linux/set-path/m-p/3765924#M101900</link>
      <description>Hello Debasis,&lt;BR /&gt;You can find SHLIB_PATH file under /etc/ directory. You can add the LB_LIB_PATH variables to the .profile file under user home directory. &lt;BR /&gt;You may also add these line directly to the .profile file.&lt;BR /&gt;&lt;BR /&gt;export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$JAVA_HOME/lib:/usr/lib. &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Onur</description>
      <pubDate>Wed, 05 Apr 2006 00:10:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/set-path/m-p/3765924#M101900</guid>
      <dc:creator>Onur Karakan</dc:creator>
      <dc:date>2006-04-05T00:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: set path</title>
      <link>https://community.hpe.com/t5/operating-system-linux/set-path/m-p/3765925#M101901</link>
      <description>Shalom Debasis,&lt;BR /&gt;&lt;BR /&gt;These two variables are no commonly used in .profile, they are also modified in the start scripts of many of the oracle products.&lt;BR /&gt;&lt;BR /&gt;usage:&lt;BR /&gt;SHLIB_PATH=SHLIB_PATH:/home/oracle&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 05 Apr 2006 00:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/set-path/m-p/3765925#M101901</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-04-05T00:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: set path</title>
      <link>https://community.hpe.com/t5/operating-system-linux/set-path/m-p/3765926#M101902</link>
      <description>For 32 bit machine use SHLIB_PATH and for 64 bit machine use LD_LIB_PATH variable. Try to put into $HOME/.profile.&lt;BR /&gt;&lt;BR /&gt;Read man ld for more details on this variables.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 05 Apr 2006 00:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/set-path/m-p/3765926#M101902</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-04-05T00:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: set path</title>
      <link>https://community.hpe.com/t5/operating-system-linux/set-path/m-p/3765927#M101903</link>
      <description>To export the variable then simply as,&lt;BR /&gt;&lt;BR /&gt;export SHLIB_PATH=$SHLIB_PATH:&lt;PATH1&gt;:path2 etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;export LD_LIB_PATH=$LD_LIB_PATH:&lt;PATH1&gt;:path2 etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Put this line into $HOME/.profile file.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;/PATH1&gt;&lt;/PATH1&gt;</description>
      <pubDate>Wed, 05 Apr 2006 00:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/set-path/m-p/3765927#M101903</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-04-05T00:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: set path</title>
      <link>https://community.hpe.com/t5/operating-system-linux/set-path/m-p/3765928#M101904</link>
      <description>Muthu,SEP,Onur,&lt;BR /&gt;Thanks for Suggestion. I will try as per your advice. Then i will inform the result.</description>
      <pubDate>Wed, 05 Apr 2006 00:40:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/set-path/m-p/3765928#M101904</guid>
      <dc:creator>Debasis Mishra</dc:creator>
      <dc:date>2006-04-05T00:40:42Z</dc:date>
    </item>
  </channel>
</rss>

