1993-11-03 23:41:59 +00:00
|
|
|
.Dd October 22, 1993
|
|
|
|
.Dt LDD 1
|
1994-12-23 22:31:35 +00:00
|
|
|
.Os FreeBSD
|
1993-11-03 23:41:59 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm ldd
|
|
|
|
.Nd list dynamic object dependencies
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm ldd
|
|
|
|
.Op Ar filename Ar ...
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm ldd
|
|
|
|
displays all shared objects that are needed to run the given program.
|
|
|
|
Contrary to nm(1), the list includes
|
|
|
|
.Dq indirect
|
|
|
|
depedencies that are the result of needed shared objects which themselves
|
|
|
|
depend on yet other shared objects.
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr ld 1 ,
|
1994-12-23 22:31:35 +00:00
|
|
|
.Xr ld.so 1 ,
|
1993-11-03 23:41:59 +00:00
|
|
|
.Xr nm 1
|
|
|
|
.Sh HISTORY
|
|
|
|
A
|
|
|
|
.Nm ldd
|
|
|
|
utility first appeared in SunOS 4.0, it appeared in its current form
|
1994-02-11 12:12:51 +00:00
|
|
|
in FreeBSD 1.1.
|