ldconfig.8: /etc/ld.so.conf also include libraries found in /lib and /usr/lib

Reported-by: Roman Byshko <rbyshko@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-04-05 06:30:46 +12:00
parent b644cdd71b
commit 49019b8e74
1 changed files with 6 additions and 2 deletions

View File

@ -19,7 +19,7 @@
.\"
.\" Modified, 6 May 2002, Michael Kerrisk, <mtk.manpages@gmail.com>
.\" Change listed order of /usr/lib and /lib
.TH LDCONFIG 8 2002-05-06 "GNU" "Linux Programmer's Manual"
.TH LDCONFIG 8 2008-04-05 "GNU" "Linux Programmer's Manual"
.SH NAME
/sbin/ldconfig \- configure dynamic linker run-time bindings
.SH SYNOPSIS
@ -166,7 +166,11 @@ directories in which to search for libraries.
.I /etc/ld.so.cache
File containing an ordered list of libraries found in the directories
specified in
.IR /etc/ld.so.conf .
.IR /etc/ld.so.conf ,
as well as those found in
.I /lib
and
.IR /usr/lib .
.PD
.SH SEE ALSO
.BR ldd (1),