<?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: Where is env variable LPATH defined in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267865#M655604</link>
    <description>&amp;gt;Does the driver set up this variable on the fly when using the compiler.&lt;BR /&gt;&lt;BR /&gt;Only when linking.  If you link with -v, the driver will print out the value if it sets it. &lt;BR /&gt;&lt;BR /&gt;&amp;gt;I think the main reason we use it is to link with Oracle for our application.&lt;BR /&gt;&lt;BR /&gt;If you are exporting LPATH, then you should know where you are doing it.</description>
    <pubDate>Thu, 30 Dec 2010 09:31:19 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2010-12-30T09:31:19Z</dc:date>
    <item>
      <title>Where is env variable LPATH defined</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267859#M655598</link>
      <description>Where is LPATH set and defined?  When HP-UX boots how does LPATH get set up or when a process is created?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 29 Dec 2010 19:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267859#M655598</guid>
      <dc:creator>Ken Englander</dc:creator>
      <dc:date>2010-12-29T19:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Where is env variable LPATH defined</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267860#M655599</link>
      <description>This is set by the driver and you shouldn't be using it.&lt;BR /&gt;Do you have a reason for asking?</description>
      <pubDate>Wed, 29 Dec 2010 19:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267860#M655599</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-29T19:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Where is env variable LPATH defined</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267861#M655600</link>
      <description>Hi Dennis - I do not know the particulars, but we use it to link our application code.  I'm not sure, but I suspect HP probably help us set it up.&lt;BR /&gt;&lt;BR /&gt;The doc I have found about it does not say that it is unacceptable to use.&lt;BR /&gt;&lt;BR /&gt;What driver sets it?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Dec 2010 19:30:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267861#M655600</guid>
      <dc:creator>Ken Englander</dc:creator>
      <dc:date>2010-12-29T19:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Where is env variable LPATH defined</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267862#M655601</link>
      <description>Hi Ken:&lt;BR /&gt;&lt;BR /&gt;If 'LPATH' isn't set the linker uses default paths for library searches otherwise the colon-separated list of paths specified by 'LPATH" is used.&lt;BR /&gt;&lt;BR /&gt;You could set and export LPATH in your profile if you like.&lt;BR /&gt;&lt;BR /&gt;See the manpage for 'ld_ia' or 'ld_pa' for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 29 Dec 2010 19:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267862#M655601</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-12-29T19:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Where is env variable LPATH defined</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267863#M655602</link>
      <description>&amp;gt;but we use it to link our application code.  I suspect HP probably help us set it up.&lt;BR /&gt;&lt;BR /&gt;If you use it, certain driver options won't work.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;does not say that it is unacceptable to use.&lt;BR /&gt;&lt;BR /&gt;If you use it, you're responsible if things don't work.  You should use -L instead.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;What driver sets it?&lt;BR /&gt;&lt;BR /&gt;aCC/cc/c89/c99, f90, etc.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;JRF: otherwise the colon-separated list of paths specified by LPATH is used.&lt;BR /&gt;&lt;BR /&gt;Instead, -L should be used for each path.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;You could set and export LPATH in your profile if you like.&lt;BR /&gt;&lt;BR /&gt;Only if you want to upset the drivers.  ;-)&lt;BR /&gt;LPATH is likely to be specific to each application you build and shouldn't be in your .profile.</description>
      <pubDate>Wed, 29 Dec 2010 19:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267863#M655602</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-29T19:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Where is env variable LPATH defined</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267864#M655603</link>
      <description>It could be that AIX has an LPATH used for similar purposes as we ported our application from AIX (and OpenVMS).  I do not know the history but HP was helping us along the way.&lt;BR /&gt;&lt;BR /&gt;It may be the -L is a better choice but it is too late now to change things - the use of LPATH is well embedded in our process.&lt;BR /&gt;&lt;BR /&gt;I still would like to understand a bit more.  Does the driver (compiler?) set up this variable during the boot or is it only set up on the fly when using the compiler.&lt;BR /&gt;&lt;BR /&gt;I think the main reason we use it is to link with Oracle for our application.</description>
      <pubDate>Wed, 29 Dec 2010 21:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267864#M655603</guid>
      <dc:creator>Ken Englander</dc:creator>
      <dc:date>2010-12-29T21:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Where is env variable LPATH defined</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267865#M655604</link>
      <description>&amp;gt;Does the driver set up this variable on the fly when using the compiler.&lt;BR /&gt;&lt;BR /&gt;Only when linking.  If you link with -v, the driver will print out the value if it sets it. &lt;BR /&gt;&lt;BR /&gt;&amp;gt;I think the main reason we use it is to link with Oracle for our application.&lt;BR /&gt;&lt;BR /&gt;If you are exporting LPATH, then you should know where you are doing it.</description>
      <pubDate>Thu, 30 Dec 2010 09:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267865#M655604</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-30T09:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Where is env variable LPATH defined</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267866#M655605</link>
      <description>&amp;gt; If you are exporting LPATH, then you should know where you are doing it&lt;BR /&gt;&lt;BR /&gt;It took a little time to find out where we set it up and I confirmed that we do use it to link with Oracle.  It is hard to know everything about what our company is doing! :)</description>
      <pubDate>Thu, 30 Dec 2010 15:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267866#M655605</guid>
      <dc:creator>Ken Englander</dc:creator>
      <dc:date>2010-12-30T15:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where is env variable LPATH defined</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267867#M655606</link>
      <description>Thanks for the input!</description>
      <pubDate>Thu, 30 Dec 2010 15:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-is-env-variable-lpath-defined/m-p/5267867#M655606</guid>
      <dc:creator>Ken Englander</dc:creator>
      <dc:date>2010-12-30T15:30:41Z</dc:date>
    </item>
  </channel>
</rss>

