When ldd doesn't tell the details...

Sometimes, ldd does not show all the libraries that a program might use. The system call dlopen() can load a dynamic library on demand, and these libraries do not show up in the ldd output.

Then we can use strace command.
More here: http://www.mr-fo.com/node/14

No comments: