Custom Search

Saturday, February 28, 2009

How to Print Shared Library Dependencies

ldd prints the shared libraries required by each program or shared library specified on the command line.

To see all modules dependencies use the command ldd [options] filename

No comments: