ldd: Print Shared Library Dependencies
October 23rd, 2006
Posted in Linux / Unix
|
No Comments
The Linux Programmer’s Manual states, “ldd prints the shared libraries required by each program or shared library specified on the command line.” This tool is useful when setting up a chrooted shell environment. It is also useful when creating custom boot CDs, which may include programs that dynamically link to shared libraries.