|
Use the ldd tool.
explode the pack into a directory and then go into it and use the ldd * on the bin and lib directories. You can make it pretty by piping the output to gawk.. print out column 4 I think and then greping it for "not found".
Whatever libs you come up with you can search on google or use the MANIFIEST.bz2 file on the slack cd. It cantains a list of every single file that packages install.
|