Manually invoke ldconfig to update the library cache
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 5 Dec 2008 17:20:00 +0000 (17:20 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 5 Dec 2008 17:20:00 +0000 (17:20 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11419 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/extras/Makefile.install

index e4c2569..bf54cfa 100644 (file)
@@ -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: