RE: mod_jk2 build error

2004-04-02 Thread Yiannis Mavroukakis
SImple :) don't follow the instructions. Do a ./configure --help to get the options you need (--with-apxs2 --with-jni --with-pcre and related java/tomcat options) then do a straight make and manually copy the binary to your web server's module location. -Original Message- From: Thomas D.

Re: mod_jk2 build error

2004-04-02 Thread Walter Truitt
I would try making the directory for it possibly. I don't know why it does this, but it puts a usr/local/apache2/modules directory under the build directory. /bin/cp ../../../build/jk2/apache2//usr/local/apache2/modules/mod_jk2.so ./../../build/jk2/apache2/mod_jk2.so /bin/cp: cannot stat

Re: mod_jk2 build error

2004-04-02 Thread Thomas D. Zeimet
The directory already exists. The error seems to relate the fact that mod_jk2.so doesn't exist in the source directory. But why? I don't see any error that points to where the compile is failing. --- Walter Truitt [EMAIL PROTECTED] wrote: I would try making the directory for it possibly.

RE: mod_jk2 build error

2004-04-02 Thread Thomas D. Zeimet
Thanks for your help!!! The problem was the options for where the apache2 source was located: --with-apache2= --with-apache2-include= --with-apache2-lib= -Tom --- Yiannis Mavroukakis [EMAIL PROTECTED] wrote: SImple :) don't follow the instructions. Do a ./configure --help to get the