User Feedback :: linux deps
This might help you guys out
http://www.linuxbase.org/futures/identification/depends/debian.notes
Brian
AwPhuch
If you already have installed some software and it complains about missing libraries, you can use ldd to check which is missing, for example ldd /usr/bin/rxvt (you need the full path).
original here.