Penguin
Annotated edit history of ldd(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 LDD
2 !!!LDD
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 BUGS
8 AUTHOR
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 ldd - print shared library dependencies
15 !!SYNOPSIS
16
17
18 __ldd__ [[OPTION]... FILE...
19 !!DESCRIPTION
20
21
22 __ldd__ prints the shared libraries required by each
23 program or shared library specified on the command
24 line.
25 !!OPTIONS
26
27
28 __--version__
29
30
31 Print the version number of __ldd__.
32
33
34 __-v --verbose__
35
36
37 Print all information.
38
39
40 __-d --data-relocs__
41
42
43 Perform relocations and report any missing functions (ELF
44 only).
45
46
47 __-r --function-relocs__
48
49
50 Perform relocations for both data objects and functions, and
51 report any missing objects (ELF only).
52
53
54 __--help__
55
56
57 Usage information.
58 !!BUGS
59
60
61 __ldd__ does not work very well on libc.so.5
62 itself.
63
64
65 __ldd__ does not work on a.out shared
66 libraries.
67
68
69 __ldd__ does not work with some extremely old a.out
70 programs which were built before __ldd__ support was
71 added to the compiler releases. If you use __ldd__ on one
72 of these programs, the program will attempt to run with argc
73 = 0 and the results will be unpredictable.
74 !!AUTHOR
75
76
77 David Engel.
78 !!SEE ALSO
79
80
2 perry 81 ldconfig(8), ld.so(8).
1 perry 82 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.