1. Home
  2. Computing & Technology
  3. Linux
Linux / Unix Command: ldd
Command Library

NAME

ldd - print shared library dependencies  

SYNOPSIS

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.

>> Linux/Unix Command Library

>> Shell Command Library

Explore Linux
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Linux

©2009 About.com, a part of The New York Times Company.

All rights reserved.