LDD(1) - General Commands Manual #
LDD(1) - General Commands Manual
NAME #
ldd - list dynamic object dependencies
SYNOPSIS #
ldd program …
DESCRIPTION #
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.
EXIT STATUS #
The ldd utility exits 0 on success, and >0 if an error occurs.
SEE ALSO #
OpenBSD 7.5 - September 17, 2012