jfclere 01/07/24 09:38:44
Modified: jk/native README.configure
Log:
Add a line to tell to configure apache before configuring mod_jk, otherwise
the file ap_config.h is not found by the configure of mod_jk.
Revision Changes Path
1.7 +1 -0 jakarta-tomcat-connectors/jk/native/README.configure
Index: README.configure
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/README.configure,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- README.configure 2001/07/23 08:59:30 1.6
+++ README.configure 2001/07/24 16:38:44 1.7
@@ -49,6 +49,7 @@
(2.0 and 1.3)
* --with-apache=DIR
DIR is the path where apache sources are located.
+ The apache sources should have been configured before configuring mod_jk.
DIR is something like: /home/apache/apache_1.3.19
It builds a static Apache module.
--enable-EAPI