UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: ldChapter 2
UNIX Commands
Next: Reference: lex
 

ldd

ldd [option] file

List 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 be used to show unresolved symbol references that would result from running file. Specify only one option.

Options

-d

Check references to data objects only.

-r

Check references to data objects and to functions.


Previous: Reference: ldUNIX in a Nutshell: System V EditionNext: Reference: lex
Reference: ldBook IndexReference: lex

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System