| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 | .TH LDCONFIG 8 2005-08-15 uClibc "Linux Programmer's Manual".SH NAMEldconfig \- updates symlinks and cache for shared libraries.SH SYNOPSIS.B ldconfig[.B -DvqnNX] [.B -f conf] [.B -C cache] [.B -r root] .B dir ....br.B ldconfig -l[.B -Dv] .B lib ....br.B ldconfig -p.SH DESCRIPTION.B ldconfig creates the necessary links and cache to the most recent shared libraries found in the directories specified on the command line, in the file \fI/etc/ld.so.conf\fR, and in the default trusted directories (\fI/lib\fR and \fI/usr/lib\fR).  The cache is used by the run-time linker..B ldconfigchecks the header and file names of the libraries it encounters when determining which versions should have their links updated..B Note:Some features may not exist depending on how uClibc was built.SH OPTIONS.TP.B -C cacheuse specified \fIcache\fR instead of default.TP.B -Ddebug mode, do not update links.TP.B -f confuse specified \fIconf\fR instead of default.TP.B -llibrary mode, manually link libraries.TP.B -ndo not process standard trusted directories.TP.B -Ndo not update the library cache.TP.B -pprint the current library cache.TP.B -qquiet mode, do not print warnings you should actually be reading.TP.B -r rootchroot to \fIroot\fR before running.TP.B -vverbose mode, print things as we go, and generally be annoying.TP.B -Xdo not update the library links.SH BUGSProbably, make sure you complain when you find them:.brhttp://bugs.uclibc.org/
 |