ldd — List Dynamic Dependencies of Executable Files or Shared Objects

Synopsis

/usr/bin/ldd [-d | -r][-f][-i][-l][-s][-v] filename... 

Description

The ldd (list dynamic dependencies) command lists the dynamic dependencies of executable files or shared objects. If filename is an executable file, ldd lists the path names of all shared objects that would be loaded when filename is loaded.

If filename is a shared object, ldd lists the path names of all shared objects that would be loaded when filename is loaded. ldd expects shared objects to have execute permission and if they don’t, ldd issues a warning before trying to process the file.

ldd processes its input one file at a time. For each input file ldd performs one of the following:

  • Lists ...

Get Solaris™ 7 Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.