<?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 Setting SHLIB_PATH Env. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-shlib-path-env/m-p/4426917#M355147</link>
    <description>I am finding it extremely difficult to set the SHLIB_PATH environment variable in the system for my SAP System copy procedure.&lt;BR /&gt;&lt;BR /&gt;I need to set /sapmnt/BQ1/exe as my SHLIB_PATH as my SAP DB copy requires this. It was giving this following error.&lt;BR /&gt;"ERROR 2009-05-26 19:49:21&lt;BR /&gt;MUT-02044  The following paths expected but not found in the library path environment variable (SHLIB_PATH) /sapmnt/BQ1/exe/."&lt;BR /&gt;&lt;BR /&gt;Even after I set this I have the same error repeating itself.&lt;BR /&gt;&lt;BR /&gt;My strong feeling is I am missing something here. But dont know what. My exposure to UNIX systems is limited&lt;BR /&gt;&lt;BR /&gt;Please provide some suggestion as to how I go about correcting it. &lt;BR /&gt;&lt;BR /&gt;So I tried setting this environment variable by&lt;BR /&gt;"&lt;BR /&gt;# export SHLIB_PATH=/sapmnt/BQ1/exe&lt;BR /&gt;# echo $SHLIB_PATH&lt;BR /&gt;/sapmnt/BQ1/exe"</description>
    <pubDate>Tue, 26 May 2009 13:43:02 GMT</pubDate>
    <dc:creator>Kasi_1</dc:creator>
    <dc:date>2009-05-26T13:43:02Z</dc:date>
    <item>
      <title>Setting SHLIB_PATH Env.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-shlib-path-env/m-p/4426917#M355147</link>
      <description>I am finding it extremely difficult to set the SHLIB_PATH environment variable in the system for my SAP System copy procedure.&lt;BR /&gt;&lt;BR /&gt;I need to set /sapmnt/BQ1/exe as my SHLIB_PATH as my SAP DB copy requires this. It was giving this following error.&lt;BR /&gt;"ERROR 2009-05-26 19:49:21&lt;BR /&gt;MUT-02044  The following paths expected but not found in the library path environment variable (SHLIB_PATH) /sapmnt/BQ1/exe/."&lt;BR /&gt;&lt;BR /&gt;Even after I set this I have the same error repeating itself.&lt;BR /&gt;&lt;BR /&gt;My strong feeling is I am missing something here. But dont know what. My exposure to UNIX systems is limited&lt;BR /&gt;&lt;BR /&gt;Please provide some suggestion as to how I go about correcting it. &lt;BR /&gt;&lt;BR /&gt;So I tried setting this environment variable by&lt;BR /&gt;"&lt;BR /&gt;# export SHLIB_PATH=/sapmnt/BQ1/exe&lt;BR /&gt;# echo $SHLIB_PATH&lt;BR /&gt;/sapmnt/BQ1/exe"</description>
      <pubDate>Tue, 26 May 2009 13:43:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-shlib-path-env/m-p/4426917#M355147</guid>
      <dc:creator>Kasi_1</dc:creator>
      <dc:date>2009-05-26T13:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Setting SHLIB_PATH Env.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-shlib-path-env/m-p/4426918#M355148</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;is /sapmnt/BQ1/exe an NFS automount directory ?&lt;BR /&gt;can you see your libraries in this directory ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Cedrick Gaillard&lt;BR /&gt;</description>
      <pubDate>Tue, 26 May 2009 14:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-shlib-path-env/m-p/4426918#M355148</guid>
      <dc:creator>mobidyc</dc:creator>
      <dc:date>2009-05-26T14:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Setting SHLIB_PATH Env.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-shlib-path-env/m-p/4426919#M355149</link>
      <description>would the SAP DB copy process is a script which may not inherit your shell variables ? &lt;BR /&gt;&lt;BR /&gt;SAP guys on UNIX OS variants are, inexplicably, are enamored with the C-shell and variable assignments do not work the same way in c-shell as they do in POSIX. &lt;BR /&gt;&lt;BR /&gt;Without knowing the details of the SAP DB copy process it is not quite possible to give you an answer correctly.</description>
      <pubDate>Tue, 26 May 2009 14:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-shlib-path-env/m-p/4426919#M355149</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-05-26T14:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Setting SHLIB_PATH Env.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-shlib-path-env/m-p/4426920#M355150</link>
      <description>is the db copy procedure a script? if so, did you check to see that it's not unsetting / reseting SHLIB_PATH inside somewhere?</description>
      <pubDate>Tue, 26 May 2009 18:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-shlib-path-env/m-p/4426920#M355150</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-05-26T18:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Setting SHLIB_PATH Env.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-shlib-path-env/m-p/4426921#M355151</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You don't say exactly what you are doing.  If after setting SHLIB_PATH you 'su' to another user as with 'su sapuser -c ..." then the 'SU_KEEP_ENV_VARS' setting of your '/etc/default/security' file needs to be examined.  By default, 'su' does not export the environment variables HOME, ENV, IFS, SHLIB_PATH or LD_*.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3921-60631/security.4.html" target="_blank"&gt;http://docs.hp.com/en/B3921-60631/security.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Tue, 26 May 2009 18:48:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-shlib-path-env/m-p/4426921#M355151</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-05-26T18:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Setting SHLIB_PATH Env.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-shlib-path-env/m-p/4426922#M355152</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;SHLIB_PATH is not sufficient.&lt;BR /&gt;&lt;BR /&gt;It needs to include other standard libraries that your compiler needs.&lt;BR /&gt;&lt;BR /&gt;This should be available from the SAP and back end database documentation.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 26 May 2009 19:16:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-shlib-path-env/m-p/4426922#M355152</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-26T19:16:13Z</dc:date>
    </item>
  </channel>
</rss>

