You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Michael Cardon <mi...@bendcable.com> on 2003/06/03 19:07:57 UTC

JK2 - missing library

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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: JK2 - missing library

Posted by Mark Eggers <it...@yahoo.com>.
It appears that you have not installed the Perl
compatible regular expressions library.

You can either install the appropriate RPM or forego
the --with-pcre switch.

/mde/
just my two cents . . . .

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org