Quoting Kevin Williams <[EMAIL PROTECTED]>: Same apply for me.
I am not a developper neither and was reluctant to spend time with that mesterious build thing. Finally I dowloaded both Apache and mod jk2 sources and got it running, thanks to this mailing list :), on RedHat 9.0 Here is my answer to the help I received: <copy-paste> Quoting Andy Eastham <[EMAIL PROTECTED]>: Thanks a million, just a few lines but it helped me a lot :) I succeeded in building mod_jk2.so, jkjni.so I had to download apache to get the missing apxs. Now getting busy testing ... Thanks again, Patrick > Patrick, > > I found this, but I did manage to compile them from source. > > Unfortunately my notes don't seem to be that good, but here they are: > build mod_jk2: > > download connector src: > jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz > > gunzip and untar > cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2 > ./configure --with-apxs2=/usr/local/apache2/bin/apxs > --with-java-home=/usr/j > ava/j2sdk1.4.2 > make > > Built libraries are: > jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz/jk/build/jk2/apache2/mod_jk2. > so > jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz/jk/build/jk2/apache2/jkjni.so > > Copy these libraries into /usr/local/apache2/modules > cp jakarta-tomcat-connectors-jk2-2.0.2-src/jk/build/jk2/apache2/mod_jk2.so > /usr/local/apache2/modules/ > cp jakarta-tomcat-connectors-jk2-2.0.2-src/jk/build/jk2/apache2/jkjni.so > /usr/local/apache2/modules/ > > Perhaps the options in "configure" above may be helpful? > > Andy </copy-paste> Good Luck, Patrick > Michel, > > I strongly recommend building the connector from source. The reason for > this is that the connector depends on the version of Apache you are > using (at least that's my conclusion after many failed binary > installs). I tried using binary versions, but wasn't able to. I > finally did a source build on both Apache and and the mod connector and > it worked great! > > > Just my 2 cents... > > Kevin Williams > > On Wed, 2003-11-12 at 10:05, Michel Cote wrote: > > Hello, > > > > > > > > I'm looking for the BINARY distribution of the Tomcat web server > connector > > (mod_jk 2.0) for Linux RedHat On the mirror sites i can connect on, i > only > > find windows or solaris release. I tried to build from the source > > distribution but as i'm not a developper, i didn't manage... > > > > > > > > Thank in advance for any help. > > > > > > > > Michel COTE. > > > > > > > > PS : Sorry for my bad english. > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
