Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/man/lddd.1.asciidoc
blob: f3eed9dcdbde05e9fba9993804ad18a9f740d134 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
lddd(1)
=======

Name
----
lddd - Find broken library links on your system

Synopsis
--------
lddd

Description
-----------

Scans '$PATH', '/lib', '/usr/lib', '/usr/local/lib' and
'/etc/ld.so.conf.d/*.conf' directories for ELF files with references to missing
shared libraries, and suggests which packages might need to be rebuilt. The
collected data is written to a temporary directory created by mktemp.

See Also
--------

ldd(1)

include::include/footer.asciidoc[]