LDD(1) General Commands Manual LDD(1)

lddlist 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.

ld.so(1), ldconfig(8)

September 17, 2012 OpenBSD 7.5