From: dbs Date: Fri, 5 Dec 2008 17:20:00 +0000 (+0000) Subject: Manually invoke ldconfig to update the library cache X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8d7e861d102ede8322277134bf1bd6ffc28e4230;p=Evergreen.git Manually invoke ldconfig to update the library cache git-svn-id: svn://svn.open-ils.org/ILS/trunk@11419 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index e4c2569870..bf54cfac3a 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -295,6 +295,8 @@ debian_sys_config: 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: