Manual Page Result
0
Command: ldd | Section: 1 | Source: OpenBSD | File: ldd.1
LDD(1) FreeBSD General Commands Manual LDD(1)
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
ld.so(1), ldconfig(8)
FreeBSD 14.1-RELEASE-p8 September 17, 2012 FreeBSD 14.1-RELEASE-p8