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.
FileName | Specifies the file whose dependencies will be listed. |
ldd /usr/bin/dbxThe 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)
/usr/bin/ldd | Contains the ldd command. |
The dump command.