1.Dd October 22, 1993 2.Dt LDD 1 3.Os FreeBSD 1.1 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 nm 1 20.Sh HISTORY 21A 22.Nm ldd 23utility first appeared in SunOS 4.0, it appeared in its current form 24in FreeBSD 1.1. 25