Computer Tips - Linux: What library/libraries does that program use?

Date: 2009oct26 OS: Linux, Windows Q. Linux: What library/libraries does that program use? A. Linux... There is a built-in command:
ldd <program>
See the man page for details. Watchout for the warning: do not run ldd on a program you don't trust Windows... - There is a command called "depends" in the platform SDK - or you can use http://www.dependencywalker.com