Eulogio Robles wrote:

You are right, it worked... almost :-)

I get this error :

libtool: install: warning: remember to run `libtool --finish /usr/local/apache2/modules'
/sbin/cp ../../../build/jk2/apache2//usr/local/apache2/modules/mod_jk2.so ../../../build/jk2/apache2/mod_jk2.so
cp: ../../../build/jk2/apache2//usr/local/apache2/modules/mod_jk2.so: No such file or directory
make[1]: *** [../../../build/jk2/apache2/mod_jk2.so] Error 1
make[1]: Leaving directory `/usr/local/src/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2/server/apache2'


make: *** [jk2-build] Error 1
# find ../.. -name "*.so" -print
../../jk/build/jk2/apache2/usr/local/apache2/modules/libmod_jk2.so
../../jk/build/jk2/apache2/.libs/libmod_jk2.so

Anyway, I used the resulting libmod_jk2.so with my Apache server and it worked without problems

It's good news. And, yes, I ran into that myself and corrected it manually (copied mod_jk2.so where the script expected it). After that the make builds JNI module, so if you've configured for that be sure to correct the situation. JNI module (jkjni.so) is required for UNIX Sockets and for running Tomcat as in-process of Apache.


Nix.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to