Distinguish direct and indirect dependencies of a binary on Linux?
Distinguish direct and indirect dependencies of a binary on Linux? ldd on Linux will give the list of all shared libraries on which a given binary depends. This is usually much more extensive than the libraries that were listed on the linker command line used to create the binary: it will include most if not …