Re: finding libraries
- From: Dave Kelly <daveekelly@xxxxxxxxxxxxx>
- Date: Thu, 28 Sep 2006 16:45:44 GMT
Bruce Barnett wrote:
Dave Kelly <daveekelly@xxxxxxxxxxxxx> writes:Basically, I am just checking to be sure I do not overwrite something and break other applications.
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.
.
- References:
- finding libraries
- From: Dave Kelly
- Re: finding libraries
- From: Bruce Barnett
- finding libraries
- Prev by Date: Remove the first 3 characters after reading each line
- Next by Date: Re: Remove the first 3 characters after reading each line
- Previous by thread: Re: finding libraries
- Next by thread: duplicate entries - compare files
- Index(es):