1 .\" $FreeBSD: src/usr.bin/ldd/ldd.1,v 1.12.2.7 2002/06/21 15:27:41 charnier Exp $
2 .\" $DragonFly: src/usr.bin/ldd/ldd.1,v 1.2 2003/06/17 04:29:27 dillon Exp $
9 .Nd list dynamic object dependencies
18 utility displays all shared objects that are needed to run the given program or
19 to load the given shared object.
24 dependencies that are the result of needed shared objects which themselves
25 depend on yet other shared objects.
30 The argument is a format string passed to
32 and allows customization of
37 for a list of recognized conversion characters.
41 option displays an verbose listing of the dynamic linking headers
42 encoded in the executable. See the source code and include
43 files for the definitive meaning of all the fields.
51 utility first appeared in SunOS 4.0, it appeared in its current form in
56 support is based on code written by
57 .An John Polstra Aq jdp@polstra.com