|
Revision 4420, 0.8 KB
(checked in by tfheen, 8 months ago)
|
|
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
|
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | Installation Instructions |
|---|
| 2 | |
|---|
| 3 | Varnish uses the GNU autotools. To build and install Varnish, simply |
|---|
| 4 | run the 'configure' script in the top-level directory, then run 'make' |
|---|
| 5 | and 'make install'. On Linux, you need to run 'ldconfig' as root |
|---|
| 6 | afterwards in order to update the shared library cache. |
|---|
| 7 | |
|---|
| 8 | If you obtained the sources directly from the Subversion repository, |
|---|
| 9 | you will need to run autogen.sh first to create the configure script. |
|---|
| 10 | |
|---|
| 11 | Varnish will store run-time state in $localstatedir/varnish; you may |
|---|
| 12 | want to tune this using configure's --localstatedir parameter. |
|---|
| 13 | |
|---|
| 14 | Additional configure options of interest: |
|---|
| 15 | |
|---|
| 16 | --enable-developer-warnings |
|---|
| 17 | enable strict warnings (default is NO) |
|---|
| 18 | --enable-debugging-symbols |
|---|
| 19 | enable debugging symbols (default is NO) |
|---|
| 20 | --enable-werror use -Werror (default is NO) |
|---|