xref: /freebsd/usr.bin/ldd/ldd.1 (revision 953a3198a35204535cc9d450f04da982a4fea59b)
1.Dd October 22, 1993
2.Dt LDD 1
3.Os FreeBSD
4.Sh NAME
5.Nm ldd
6.Nd list dynamic object dependencies
7.Sh SYNOPSIS
8.Nm ldd
9.Op Ar filename Ar ...
10.Sh DESCRIPTION
11.Nm ldd
12displays all shared objects that are needed to run the given program.
13Contrary to nm(1), the list includes
14.Dq indirect
15depedencies that are the result of needed shared objects which themselves
16depend on yet other shared objects.
17.Sh SEE ALSO
18.Xr ld 1 ,
19.Xr ld.so 1 ,
20.Xr nm 1
21.Sh HISTORY
22A
23.Nm ldd
24utility first appeared in SunOS 4.0, it appeared in its current form
25in FreeBSD 1.1.
26