ldconfig | hvkls.dyndns.org
|
![]()
|
Search · Suche
|
Version: Sat, 18 Jul 2009 10:44:35 CEST
- USE AT YOUR OWN RISK
-
- Description
- Make shared libraries available to the system. See Debian etch libc6.
-
- Installation
tar -C / -xvzf ldconfig*binaries-ppc.tar.gz
-
- Usage
- Append a library path to
/etc/ld.so.confand run /usr/local/sbin/ldconfig- Example:
ADDLIB="/usr/local/lib"
grep -v /etc/ld.so.conf "${ADDLIB}" && echo "${ADDLIB}" >> /etc/ld.so.conf && ldconfig || ldconfig