Hi , I tried this and found that ...
When I ran ./buildconf.sh, it reported the following error: configure.in:24: AC_PROG_CPP was called before AC_PROG_CC I ignored this and ran ./configure which appeared to work okay. Unfortunately, the make command failed with (suspect this is caused by ./buildconf.sh failing): Makefile:20: /usr/local/apache2/build/config_vars.mk: No such file or directory make[1]: *** No rule to make target '/usr/local/apache2/build/config_vars.mk'. Stop. Make[1]: Leaving directory '/home/mpole/download/jakarta-tomcat-connectors-4.0.4-src/jk/native/apache-2 .0' make: *** [all-recursive] Error 1 Anyone have a suggestion (or at this point I will settle for a nice prebuilt mod_jk.so for apache 2.0.39)? Thanks, Mathew -----Original Message----- From: Sullivan, Mark E [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 20 August 2002 11:02 PM To: 'Tomcat Users List' Subject: RE: BAD packet - Apache 2.0.39 + mod_jk (or mod_webapp) on linux Sorry, my mistake. I misread your email. Now that i think about it some more, i didn't use ant to build the connector. These are the steps i followed cd /home/mark/jakarta-tomcat-connectors-4.1.9-src/jk/native ./buildconf.sh ./configure --with-apxs=/usr/local/apache2/bin/apxs make make install The --with-apxs command ensures that the module is built for the correct version of apache, using that version's own apxs script. Assuming no errors occur, the jk module should have been put into your apache/modules directory. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
