I'm trying to make the mod_jk2 connector under the following environment:
RH Linux 9
Apache= httpd-2.0.46
Java= j2sdk1.4.2
Tomcat= jakarta-tomcat-4.1.24
Connector= jakarta-tomcat-connectors-4.1.24-src
I run sh ./buildconf.sh ... OK
I run ./configure \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-tomcat41=/usr/local/tomcat \
--with-java-home=${JAVA_HOME} \
--with-java-platform=2 \
--with-jni \
--with-pcre ... OK
I then run make and get one error:
cannot find -lpcre
Do I need to modify the Makefile somehow to get this to run? Any help is
very much appreciated. Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]