ldd [option] fileList dynamic dependencies; that is, list shared objects that would be loaded if file were executed. (If a valid file needs no shared objects, ldd succeeds but produces no output.) In addition, ldd's options can show unresolved symbol references that result from running file.
Specify only one of these options:
-dCheck references to data objects only.
-rCheck references to data objects and to functions.
The following additional options are specific to Solaris:
-fForce checking of nonsecure executables. This option is dangerous if running as a privileged user.
-iPrint the execution order of initialization sections.
-lDo immediate processing of any filters, to list all "filtees" and their dependencies.
-sDisplay the search path for shared object dependencies.
-vDisplay all dependency relationships and version requirements.