| Linux / Unix Command: ldd |
NAME
ldd - print shared library dependenciesSYNOPSIS
ldd [OPTION]... FILE...DESCRIPTION
ldd prints the shared libraries required by each program or shared library specified on the command line.OPTIONS
- --version
- Print the version number of ldd.
- -v --verbose
- Print all information, including e.g. symbol versioning information.
- -d --data-relocs
- Perform relocations and report any missing objects (ELF only).
- -r --function-relocs
- Perform relocations for both data objects and functions, and report any missing objects or functions (ELF only).
- --help
- Usage information.
SEE ALSO
ldconfig(8), ld.so(8).
Important: Use the man command (% man) to see how a command is used on your particular computer.

