Lists dynamic dependencies.
ldd FileName
The ldd command lists the path names of all dependencies. The command will report dependencies on only valid XCOFF files.
Item | Description |
---|---|
FileName | Specifies the file whose dependencies will be listed. |
ldd /usr/bin/dbx
The
output looks like the following: /usr/bin/dbx needs:
/usr/lib/libc.a(shr.o)
/usr/lib/libdbx.a(shr.o)
/unix
/usr/lib/libcrypt.a(shr.o)
/usr/lib/libpthdebug.a(shr.o)
Item | Description |
---|---|
/usr/bin/ldd | Contains the ldd command. |