From 0ede09d9a25729b7f3fefdf801103d062c077c61 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 17 Mar 2005 19:32:09 +0000 Subject: ldconfig /lib on bootup with the other library directories. --- etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc b/etc/rc index d911779..5d9d2a7 100755 --- a/etc/rc +++ b/etc/rc @@ -62,7 +62,7 @@ cd /var/run && cp /dev/null utmp && chmod 644 utmp #dev_mkdb # Run ldconfig -/sbin/ldconfig -elf /usr/lib /usr/local/lib +/sbin/ldconfig -elf /usr/lib /usr/local/lib /lib # let the PHP-based configuration subsystem set up the system now /etc/rc.bootup -- cgit v1.1