2 examples for ldd
# The ldd command list the shared library dependencies of a file. You must supply the full path to the file. The following will display the shared library dependencies of the 'zip' file.
ldd /usr/bin/zip
# The ldd command list the shared library dependencies of a file. You must supply the full path to the file. The following will display the shared library dependencies of the 'zip' file.
ldd /usr/bin/zip