Re: finding libraries



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.
.