Re: finding libraries
- From: Bruce Barnett <spamhater113+U060928070647@xxxxxxxxxxxx>
- Date: Thu, 28 Sep 2006 11:07:03 +0000 (UTC)
Dave Kelly <daveekelly@xxxxxxxxxxxxx> writes:
Is this the correct way to do this.
ls -R | grep lib > locate
Look in /etc/ld.so.conf to find where your dynamic libraries are.
find `cat /etc/ld.so.conf` -name lib\*.so
Then use nm(1) to find the contents of each library if you are looking for a particular function.
--
Sending unsolicited commercial e-mail to this account incurs a fee of
$500 per message, and acknowledges the legality of this contract.
.
- Follow-Ups:
- Re: finding libraries
- From: Dave Kelly
- Re: finding libraries
- References:
- finding libraries
- From: Dave Kelly
- finding libraries
- Prev by Date: Re: duplicate entries - compare files
- Next by Date: Re: assign a string variable onto itself with concat ksh
- Previous by thread: Re: finding libraries
- Next by thread: Re: finding libraries
- Index(es):