checking dependancies on a system that doesnt check dependancies

hi guys

ive got a slackware box, and i want to see which files use a specific shared library, or a specific set of shared libraries

now we all know that slackware doesnt have rpm/apt etc, and i dont want them.. what would you suggest is the best way to find out what programs use what libraries?

my idea was:

Code:
find / -exec ldd | grep lib.so {} \;
anyone else got a suggestion?

 

 

 

 

Top