<?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 Shared Library Options in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-library-options/m-p/5302077#M641867</link>
    <description>&lt;P&gt;Is there anyway to set up a c++ application that searches for a function in shared libraries as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Look in the shared library in the current directory&lt;/P&gt;&lt;P&gt;2) If not found in the current directory's shared library look for a shared library of the same name on the search path and try to find the function there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Tue, 16 Aug 2011 17:01:40 GMT</pubDate>
    <dc:creator>Vladstone</dc:creator>
    <dc:date>2011-08-16T17:01:40Z</dc:date>
    <item>
      <title>Shared Library Options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-library-options/m-p/5302077#M641867</link>
      <description>&lt;P&gt;Is there anyway to set up a c++ application that searches for a function in shared libraries as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Look in the shared library in the current directory&lt;/P&gt;&lt;P&gt;2) If not found in the current directory's shared library look for a shared library of the same name on the search path and try to find the function there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2011 17:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-library-options/m-p/5302077#M641867</guid>
      <dc:creator>Vladstone</dc:creator>
      <dc:date>2011-08-16T17:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Library Options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-library-options/m-p/5302125#M641868</link>
      <description>&lt;P&gt;Are you talking about searching at link time, load time or at runtime?&lt;/P&gt;&lt;P&gt;The first can be done with -L path options.&lt;/P&gt;&lt;P&gt;The second with LD_LIBRARY_PATH and -Wl,+b paths&lt;/P&gt;&lt;P&gt;The third with dlopen and dlsym.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2011 18:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-library-options/m-p/5302125#M641868</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-08-16T18:09:21Z</dc:date>
    </item>
  </channel>
</rss>

