Hi Stuart -- did you do the following: [1] download the mod_jk2 source from here: http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tomcat-connectors-4.1.27-src.tar.gz
[2] extract: gunzip -dc jakarta-tomcat-connectors-4.1.27-src.tar.gz | tar xf - [3] go into the build directory: cd jakarta-tomcat-connectors-4.1.27-src/jk/native2 [4] create the 'configure' script: ./buildconf.sh [5] run 'configure': ./configure --with-apxs2=/path/to/your/apxs in your case, apxs seems to be located in you apache2/bin folder - be sure to put the complete path the actual apxs file, eg. "--with-apxs2=/usr/local/apache2/bin/apxs" [6] run 'make' [7] once 'make' is complete, navigate to the folder which contains mod_jk2.so: jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/mod_jk2.so [8] copy mod_jk2.so to your apache modules folder. don't worry about the "jkjni.so" file for now as you won't need it right away - it at all. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
