[Unix] ldd (List Dynamic Dependencies) is a *nix utility that prints the shared libraries required by each program or shared library specified on the command line. It was developed by Roland McGrath and Ulrich Drepper. ldd is a shell script that executes the program given as argument, and shouldn`t be used with untrusted binaries. ... Found on http://en.wikipedia.org/wiki/Ldd_(Unix)