<?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: Finding depends in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/finding-depends/m-p/2905178#M3720</link>
    <description>hi,&lt;BR /&gt;since you are having redhat and assuming that you have installed from the rpms rather than compiling from sources, the easiest way to find out where this binary came from is as below.&lt;BR /&gt;&lt;BR /&gt;rpm -q --whatprovides &lt;PATH&gt;&lt;BR /&gt;&lt;BR /&gt;and regarding this usernet program, here is the info.&lt;BR /&gt;+++++++++++++&lt;BR /&gt;$rpm -q --whatprovides /usr/bin/usernet&lt;BR /&gt;rp3-1.1.4-4&lt;BR /&gt;&lt;BR /&gt;$ rpm -qi rp3&lt;BR /&gt;Name        : rp3                          Relocations: (not relocateable)&lt;BR /&gt;Version     : 1.1.4                             Vendor: Red Hat, Inc.&lt;BR /&gt;Release     : 4                             Build Date: Thu 31 Aug 2000 01:36:08 AM IST&lt;BR /&gt;Install date: Wed 01 Aug 2001 08:56:56 PM IST      Build Host: porky.devel.redhat.com&lt;BR /&gt;Group       : Applications/System           Source RPM: rp3-1.1.4-4.src.rpm&lt;BR /&gt;Size        : 557559                           License: GPL&lt;BR /&gt;Packager    : Red Hat, Inc. &amp;lt;&amp;gt;&lt;BR /&gt;Summary     : The Red Hat graphical PPP management tool.&lt;BR /&gt;Description :&lt;BR /&gt;The rp3 program provides an easy-to-use interface for configuring&lt;BR /&gt;PPP connections, and for activating and monitoring any type of&lt;BR /&gt;network configuration.  rp3 includes a GNOME panel applet,&lt;BR /&gt;a more highly functional replacement for usernet, and a graphical&lt;BR /&gt;configuration tool that takes you through the process of setting up&lt;BR /&gt;a PPP connection from start to finish, one step at a time.&lt;BR /&gt;+++++++++++++&lt;BR /&gt;&lt;BR /&gt;Hope this helps. And I would suggest to install from rpm than copying files. &lt;BR /&gt;&lt;BR /&gt;-balaji&lt;/PATH&gt;</description>
    <pubDate>Mon, 17 Feb 2003 06:58:29 GMT</pubDate>
    <dc:creator>Balaji N</dc:creator>
    <dc:date>2003-02-17T06:58:29Z</dc:date>
    <item>
      <title>Finding depends</title>
      <link>https://community.hpe.com/t5/operating-system-linux/finding-depends/m-p/2905175#M3717</link>
      <description>I have a program on Red Hat 7.3 called usernet that monitors network traffic.  On another Linux box I don't have this.  I copied the file over and it complained that it's dependent files were "such and such" I copied them and it the program worked.  I can't remember what file I copied to make it work and I'd like to document this.  is there a way to find out what a programs depends are?</description>
      <pubDate>Fri, 14 Feb 2003 17:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/finding-depends/m-p/2905175#M3717</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-02-14T17:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Finding depends</title>
      <link>https://community.hpe.com/t5/operating-system-linux/finding-depends/m-p/2905176#M3718</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try "ldd program"&lt;BR /&gt;&lt;BR /&gt;It will give you all shared libraries that the program depends on.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Feb 2003 22:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/finding-depends/m-p/2905176#M3718</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2003-02-14T22:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Finding depends</title>
      <link>https://community.hpe.com/t5/operating-system-linux/finding-depends/m-p/2905177#M3719</link>
      <description>If you ever want an update you'll need to figure out where it came from.&lt;BR /&gt;&lt;BR /&gt;I've gone through my redhat machines, but not the CD's and found nothing. &lt;BR /&gt;&lt;BR /&gt;If it by chance did come off an rpm file then you are in business.&lt;BR /&gt;&lt;BR /&gt;On the machine that has it:&lt;BR /&gt;&lt;BR /&gt;rpm -q usernet &lt;BR /&gt;&lt;BR /&gt;If you get an answer, that means it came off of one of the install cd's or some other kind of rpm distribution site.&lt;BR /&gt;&lt;BR /&gt;Find the rpm download it to the target machine, run rpm -i usernet.whatever and it will list the requirments for install.&lt;BR /&gt;&lt;BR /&gt;I once played to copy files game with ssh one machine to another.  I could not exchange public keys after that stupid trick and eventually redid the entire OS on the machine I'd jacked with.&lt;BR /&gt;&lt;BR /&gt;So unless I have source to compile or rpm's I have learned my lesson concerning file copy binary installations.&lt;BR /&gt;&lt;BR /&gt;Good luck. If you find rpms or source, let us know, sounds like an interesting utility.&lt;BR /&gt;&lt;BR /&gt;I will look at tucows and download.com and let you know if I find anything.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 17 Feb 2003 02:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/finding-depends/m-p/2905177#M3719</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-17T02:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Finding depends</title>
      <link>https://community.hpe.com/t5/operating-system-linux/finding-depends/m-p/2905178#M3720</link>
      <description>hi,&lt;BR /&gt;since you are having redhat and assuming that you have installed from the rpms rather than compiling from sources, the easiest way to find out where this binary came from is as below.&lt;BR /&gt;&lt;BR /&gt;rpm -q --whatprovides &lt;PATH&gt;&lt;BR /&gt;&lt;BR /&gt;and regarding this usernet program, here is the info.&lt;BR /&gt;+++++++++++++&lt;BR /&gt;$rpm -q --whatprovides /usr/bin/usernet&lt;BR /&gt;rp3-1.1.4-4&lt;BR /&gt;&lt;BR /&gt;$ rpm -qi rp3&lt;BR /&gt;Name        : rp3                          Relocations: (not relocateable)&lt;BR /&gt;Version     : 1.1.4                             Vendor: Red Hat, Inc.&lt;BR /&gt;Release     : 4                             Build Date: Thu 31 Aug 2000 01:36:08 AM IST&lt;BR /&gt;Install date: Wed 01 Aug 2001 08:56:56 PM IST      Build Host: porky.devel.redhat.com&lt;BR /&gt;Group       : Applications/System           Source RPM: rp3-1.1.4-4.src.rpm&lt;BR /&gt;Size        : 557559                           License: GPL&lt;BR /&gt;Packager    : Red Hat, Inc. &amp;lt;&amp;gt;&lt;BR /&gt;Summary     : The Red Hat graphical PPP management tool.&lt;BR /&gt;Description :&lt;BR /&gt;The rp3 program provides an easy-to-use interface for configuring&lt;BR /&gt;PPP connections, and for activating and monitoring any type of&lt;BR /&gt;network configuration.  rp3 includes a GNOME panel applet,&lt;BR /&gt;a more highly functional replacement for usernet, and a graphical&lt;BR /&gt;configuration tool that takes you through the process of setting up&lt;BR /&gt;a PPP connection from start to finish, one step at a time.&lt;BR /&gt;+++++++++++++&lt;BR /&gt;&lt;BR /&gt;Hope this helps. And I would suggest to install from rpm than copying files. &lt;BR /&gt;&lt;BR /&gt;-balaji&lt;/PATH&gt;</description>
      <pubDate>Mon, 17 Feb 2003 06:58:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/finding-depends/m-p/2905178#M3720</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-02-17T06:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Finding depends</title>
      <link>https://community.hpe.com/t5/operating-system-linux/finding-depends/m-p/2905179#M3721</link>
      <description>Thanks everyone - that worked perfectly</description>
      <pubDate>Wed, 19 Feb 2003 18:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/finding-depends/m-p/2905179#M3721</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-02-19T18:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Finding depends</title>
      <link>https://community.hpe.com/t5/operating-system-linux/finding-depends/m-p/2905180#M3722</link>
      <description>I like this:&lt;BR /&gt;&lt;BR /&gt;$ rpm -qf /bin/sh&lt;BR /&gt;bash-1.14.7-22&lt;BR /&gt;$&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 18:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/finding-depends/m-p/2905180#M3722</guid>
      <dc:creator>david_69</dc:creator>
      <dc:date>2003-02-20T18:49:30Z</dc:date>
    </item>
  </channel>
</rss>

