summaryrefslogtreecommitdiffstatsabout
path: root/INSTALL
diff options
context:
space:
mode:
authorChristopher Powell <chris@grubbybaby.com>2002-04-02 20:19:30 (GMT)
committer Christopher Powell <chris@grubbybaby.com>2002-04-02 20:19:30 (GMT)
commitc46c8ac083b851d35137ae455eef0c8622dc07c7 (patch)
tree414e2953fc33173fa5c181f877eda116f2d845b7 /INSTALL
parent8bf1ba3538a4de8c9ff0361ecae0178b9e95cdea (diff)
This is a "pre" snapshot of 1.15. Numerous changes emphasizing how SQL
errors are reported and handled. Any missed queries during SQL downtime are written out to a textfile.
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