Commit c98b2e5b authored by Tollef Fog Heen's avatar Tollef Fog Heen

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

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4420 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 59caf963
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment