ldd [Command]
|Command ldd
ldd command displays the names of shared libraries required for execution.
Syntax
ldd [options] program
Options
-v displays the version number of ldd.
-V displays the version number of the dynamic linker (ld.so),
-d reallocates functions and reports the missing features.
-r redistributes the data and functions, reports of missing objects.
Description
The command ldd to determine which shared libraries are required to carry out these programs.