summaryrefslogtreecommitdiffstatsabout
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 0391e88..3226e89 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
1$Id: INSTALL,v 1.5 2002/02/24 20:17:16 helios Exp $ 1$Id: INSTALL,v 1.6 2002/04/02 20:19:30 helios Exp $
2 2
3 3
4Requirements 4Requirements
@@ -126,7 +126,7 @@ Installation (as a static module compiled into httpd)
126 6a) Edit Configuration.apaci as follows... 126 6a) Edit Configuration.apaci as follows...
127 127
128 * Append the following string to the EXTRA_LIBS= line. (/usr/lib/mysql is where your libmysqlclient.a file lives): 128 * Append the following string to the EXTRA_LIBS= line. (/usr/lib/mysql is where your libmysqlclient.a file lives):
129 -L/usr/lib/mysql -lmysqlclient -lm 129 -L/usr/lib/mysql -lmysqlclient -lm -lz
130 130
131 * Add this line at the end of the file: 131 * Add this line at the end of the file:
132 Module mysql_log_module mod_log_mysql.o 132 Module mysql_log_module mod_log_mysql.o