<?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: How to find which share libraries are using by the program in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-which-share-libraries-are-using-by-the-program/m-p/3128241#M803666</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;try "chatr &lt;FILE&gt;"&lt;BR /&gt;&lt;BR /&gt;It shows you if SHLIB_PATH is used to search &lt;BR /&gt;libraries and maybe a list necessary  libraries.&lt;BR /&gt;&lt;BR /&gt;Chris&lt;/FILE&gt;</description>
    <pubDate>Tue, 25 Nov 2003 09:49:57 GMT</pubDate>
    <dc:creator>Christian Gebhardt</dc:creator>
    <dc:date>2003-11-25T09:49:57Z</dc:date>
    <item>
      <title>How to find which share libraries are using by the program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-which-share-libraries-are-using-by-the-program/m-p/3128238#M803663</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;I had received a utlity program and I copied into my server then tried to execute but failed.  It's complainted some share library files not found, after I copied that particular share library files then the program another one.  How can I find out which share library files are using by that program in one shot?  I tried the "what" command but it'd show any lib info.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 25 Nov 2003 09:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-which-share-libraries-are-using-by-the-program/m-p/3128238#M803663</guid>
      <dc:creator>Camel_1</dc:creator>
      <dc:date>2003-11-25T09:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to find which share libraries are using by the program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-which-share-libraries-are-using-by-the-program/m-p/3128239#M803664</link>
      <description>Hi Simon,&lt;BR /&gt;&lt;BR /&gt;lsof ?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.69/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.69/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 25 Nov 2003 09:47:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-which-share-libraries-are-using-by-the-program/m-p/3128239#M803664</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-11-25T09:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to find which share libraries are using by the program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-which-share-libraries-are-using-by-the-program/m-p/3128240#M803665</link>
      <description>Get lsof from porting centre.</description>
      <pubDate>Tue, 25 Nov 2003 09:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-which-share-libraries-are-using-by-the-program/m-p/3128240#M803665</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-11-25T09:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to find which share libraries are using by the program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-which-share-libraries-are-using-by-the-program/m-p/3128241#M803666</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;try "chatr &lt;FILE&gt;"&lt;BR /&gt;&lt;BR /&gt;It shows you if SHLIB_PATH is used to search &lt;BR /&gt;libraries and maybe a list necessary  libraries.&lt;BR /&gt;&lt;BR /&gt;Chris&lt;/FILE&gt;</description>
      <pubDate>Tue, 25 Nov 2003 09:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-which-share-libraries-are-using-by-the-program/m-p/3128241#M803666</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2003-11-25T09:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to find which share libraries are using by the program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-which-share-libraries-are-using-by-the-program/m-p/3128242#M803667</link>
      <description>The utility you want is ldd - list dynamic dependencies. &lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;ldd /usr/bin/vi&lt;BR /&gt;&lt;BR /&gt;Man ldd for details.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Nov 2003 09:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-which-share-libraries-are-using-by-the-program/m-p/3128242#M803667</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-11-25T09:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to find which share libraries are using by the program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-which-share-libraries-are-using-by-the-program/m-p/3128243#M803668</link>
      <description>Thanks a lot, chatr and ldd shows the info I need.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 25 Nov 2003 09:55:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-which-share-libraries-are-using-by-the-program/m-p/3128243#M803668</guid>
      <dc:creator>Camel_1</dc:creator>
      <dc:date>2003-11-25T09:55:11Z</dc:date>
    </item>
  </channel>
</rss>

