diff options
author | Christopher Powell | 2002-04-02 20:19:30 +0000 |
---|---|---|
committer | Christopher Powell | 2002-04-02 20:19:30 +0000 |
commit | c46c8ac083b851d35137ae455eef0c8622dc07c7 (patch) | |
tree | 414e2953fc33173fa5c181f877eda116f2d845b7 /INSTALL | |
parent | 8bf1ba3538a4de8c9ff0361ecae0178b9e95cdea (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-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
4 | Requirements | 4 | Requirements |
@@ -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 |