Re: How to compile mod_jk2.c

2003-07-02 Thread Thomas Gagné
Is "ant" supposed to compile it or is there a "configure" or "make" that creates the little beastie? Well, inside jakarta-tomcat-connectors-4.1.24-src/jk/native2 there's a buildconf.sh. After running it I had a "configure" file, which helped me feel at home. . configure --with-apxs2=/usr/loca

Re: How to compile mod_jk2.c

2003-07-02 Thread Eric J. Pinnell
Hi, Mine was in: jakarta-tomcat-connectors-jk2-2.0.2-src/jk/build/jk2/apache2/mod_jk2.so -e On Wed, 2 Jul 2003, [ISO-8859-1] Thomas Gagné wrote: > I guess that's what I would have thought, but alas: > > find . -name 'mod_jk*' > ./jk/native/apache-1.3/mod_jk.c > ./jk/native/apache-1.3/mod_jk.dsp

Re: How to compile mod_jk2.c

2003-07-02 Thread Thomas Gagné
I guess that's what I would have thought, but alas: find . -name 'mod_jk*' ./jk/native/apache-1.3/mod_jk.c ./jk/native/apache-1.3/mod_jk.dsp ./jk/native/apache-1.3/mod_jk.exp ./jk/native/apache-2.0/mod_jk.dsp ./jk/native/apache-2.0/mod_jk.c ./jk/native2/server/apache2/mod_jk2.dsp ./jk/native2/serv

Re: How to compile mod_jk2.c

2003-07-02 Thread Eric J. Pinnell
Hi, If you dl'd the source and built it sucessfully you will have the finished product, mod_jk2.so, in the build directory. It's a DSO. So you would copy that to the apache modules directory and load it in the httpd.conf file. -e On Wed, 2 Jul 2003, [ISO-8859-1] Thomas Gagné wrote: > I downlo

How to compile mod_jk2.c

2003-07-02 Thread Thomas Gagné
I downloaded the connector stuff and it anted fine, but I can't locate the instructions on how to include mod_jk2.c into Apache 2's compile. Where is that hidden? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman