Forgot your password?
typodupeerror

Comment Re:Staticly linked-implication (Score 1, Informative) 512

Try using the ldd command, which prints dynamic library dependencies. Something along the lines of

find /usr/bin | xargs ldd

should give you something to grep through, although because of the way ldd formats it's output, you might need something a bit more intelligent to find exactly what you want (i.e. a list of files linked against libz). I'm not a perl guru, but i don't think it would take too long to knock together a suitable script.

Slashdot Top Deals

Man is an animal that makes bargains: no other animal does this-- no dog exchanges bones with another. -- Adam Smith

Working...