[open-ils-commits] r11419 - trunk/Open-ILS/src/extras
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Dec 5 12:20:02 EST 2008
Author: dbs
Date: 2008-12-05 12:20:00 -0500 (Fri, 05 Dec 2008)
New Revision: 11419
Modified:
trunk/Open-ILS/src/extras/Makefile.install
Log:
Manually invoke ldconfig to update the library cache
Modified: trunk/Open-ILS/src/extras/Makefile.install
===================================================================
--- trunk/Open-ILS/src/extras/Makefile.install 2008-12-05 17:10:29 UTC (rev 11418)
+++ trunk/Open-ILS/src/extras/Makefile.install 2008-12-05 17:20:00 UTC (rev 11419)
@@ -295,6 +295,8 @@
for m in $(DEB_APACHE_MODS); do a2enmod $$m; done;
# keep the bad apache modules away
for m in $(DEB_APACHE_DISMODS); do a2dismod $$m; done;
+ # refresh the dynamic library cache
+ ldconfig
# Install the debian-specific dependencies
install_debs:
More information about the open-ils-commits
mailing list