r4420 - trunk/varnish-cache

tfheen at projects.linpro.no tfheen at projects.linpro.no
Mon Jan 4 13:50:52 CET 2010


Author: tfheen
Date: 2010-01-04 13:50:52 +0100 (Mon, 04 Jan 2010)
New Revision: 4420

Modified:
   trunk/varnish-cache/INSTALL
Log:
Document need for ldconfig on Linux

On Linux, ldconfig needs to be run after installing shared libraries
to system paths (typically /usr/local/lib, /usr/lib and /lib).
Document this.

Fixes #586

Modified: trunk/varnish-cache/INSTALL
===================================================================
--- trunk/varnish-cache/INSTALL	2009-12-16 15:46:44 UTC (rev 4419)
+++ trunk/varnish-cache/INSTALL	2010-01-04 12:50:52 UTC (rev 4420)
@@ -2,7 +2,8 @@
 
 Varnish uses the GNU autotools.  To build and install Varnish, simply
 run the 'configure' script in the top-level directory, then run 'make'
-and 'make install'.
+and 'make install'.  On Linux, you need to run 'ldconfig' as root
+afterwards in order to update the shared library cache.
 
 If you obtained the sources directly from the Subversion repository,
 you will need to run autogen.sh first to create the configure script.



More information about the varnish-commit mailing list