<?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: Changing the embedded library search path in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-embedded-library-search-path/m-p/3837097#M779422</link>
    <description>if i've understood correctly, you can only control which mechanisms are used to define the search paths but not change the embedded search path.</description>
    <pubDate>Mon, 07 Aug 2006 08:36:30 GMT</pubDate>
    <dc:creator>marko asplund</dc:creator>
    <dc:date>2006-08-07T08:36:30Z</dc:date>
    <item>
      <title>Changing the embedded library search path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-embedded-library-search-path/m-p/3837092#M779417</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I have a binary only library (Oracle10g Instant Client) which uses an embedded library search path that i would like to change. Can the embedded search path be changed somehow?&lt;BR /&gt;&lt;BR /&gt;Are there other mechanisms on HP-UX 11i v1 for setting the library search path in addition to the embedded search path and environment variables? I would like to try and avoid using environment variables.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 02:41:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-embedded-library-search-path/m-p/3837092#M779417</guid>
      <dc:creator>marko asplund</dc:creator>
      <dc:date>2006-08-04T02:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the embedded library search path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-embedded-library-search-path/m-p/3837093#M779418</link>
      <description>Shalom Marko,&lt;BR /&gt;&lt;BR /&gt;You may wish to avoid environment variables but Oracle absolutely, positively won't work without the correct SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;To avoid messing up the system, I would make special environment files for the oracle user to run right before starting the database or client.&lt;BR /&gt;&lt;BR /&gt;Sorry, Oracle is an environmental beast.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 04 Aug 2006 04:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-embedded-library-search-path/m-p/3837093#M779418</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-04T04:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the embedded library search path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-embedded-library-search-path/m-p/3837094#M779419</link>
      <description>Marko,&lt;BR /&gt;I doubt you can change a 'hardcoded' path.&lt;BR /&gt;Are you sure you have set all your environment variables (SLIB_PATH,PATH,LD_LIBRARY_PATH ...)&lt;BR /&gt;&lt;BR /&gt;Alternatively you may want to look at creating a link between the 'hardcoded' path and the actual location.&lt;BR /&gt;&lt;BR /&gt;Any more details available ?</description>
      <pubDate>Fri, 04 Aug 2006 04:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-embedded-library-search-path/m-p/3837094#M779419</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-08-04T04:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the embedded library search path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-embedded-library-search-path/m-p/3837095#M779420</link>
      <description>Using environment variables does work but I've found that the environment variables don't always get passed to subprocesses, especially in cases where a web application process created by Apache creates another subprocess (too many places where the variables need to be set. Also, Apache doesn't automatically pass all variables to subprocesses). For this reason I feel that the more reliable way is to use the embedded library search path that is present in the Instant Client.&lt;BR /&gt;&lt;BR /&gt;For this reason I've found that it's simpler to link the installation path to the embedded search dir. This is slightly problematic from a system administration point of view but still acceptable. I wanted to make sure if this change could be bundled somehow with our application but apparently this is not possible.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help Steven and Peter.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 05:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-embedded-library-search-path/m-p/3837095#M779420</guid>
      <dc:creator>marko asplund</dc:creator>
      <dc:date>2006-08-04T05:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the embedded library search path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-embedded-library-search-path/m-p/3837096#M779421</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I think, you can use "chatr" to do this. Check the man page for more information. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Fri, 04 Aug 2006 05:32:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-embedded-library-search-path/m-p/3837096#M779421</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-08-04T05:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the embedded library search path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-embedded-library-search-path/m-p/3837097#M779422</link>
      <description>if i've understood correctly, you can only control which mechanisms are used to define the search paths but not change the embedded search path.</description>
      <pubDate>Mon, 07 Aug 2006 08:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-embedded-library-search-path/m-p/3837097#M779422</guid>
      <dc:creator>marko asplund</dc:creator>
      <dc:date>2006-08-07T08:36:30Z</dc:date>
    </item>
  </channel>
</rss>

