Re: Does anyone have successfully build mod_jk2 on RH9 with Tomcat 4.1.xx, please share

2004-02-11 Thread Parsons Technical Services
: Anthony Gray [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 1:33 AM Subject: RE: Does anyone have successfully build mod_jk2 on RH9 with Tomcat 4.1.xx, please share you should be able to compile from the mod_jk2 source using the following method : - cd jk2source/jk/native2

Re: Re: Does anyone have successfully build mod_jk2 on RH9 with Tomcat 4.1.xx, please share

2004-02-11 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseƱa. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Does anyone have successfully build mod_jk2 on RH9 with Tomcat 4.1.xx, please share

2004-02-11 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseƱa. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Does anyone have successfully build mod_jk2 on RH9 with Tomcat 4.1.xx, please share

2004-02-11 Thread David Smith
I use Mandrake and it's not too far off of RH as far as package structure. Did you install the apache2-devel package? I believe that's needed to get apxs on your system. I built mod_jk with apxs on my Mandrake 9.2 system no problem. --David you should be able to compile from the mod_jk2

RE: Does anyone have successfully build mod_jk2 on RH9 with Tomcat 4.1.xx, please share

2004-02-10 Thread Anthony Gray
you should be able to compile from the mod_jk2 source using the following method : - cd jk2source/jk/native2/ - ./configure --with-apxs2=path to apxs in the apache2 dir --with-apache=path to apache2 (ie ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-apache=/usr/local/apache) - make