| LDD(1) | General Commands Manual | LDD(1) |
ldd — list dynamic
object dependencies
ldd |
program ... |
ldd displays the shared objects needed to
run program. ldd uses the
DT_NEEDED tags to determine what dynamic objects are
required. To list the objects ldd sets the
environment variable LD_TRACE_LOADED_OBJECTS and
then execs program.
The ldd utility exits 0 on success,
and >0 if an error occurs.
| September 17, 2012 | openbsd |