Yes there is - http://apache.mirror.aussiehq.net.au//tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.32-src.tar.gz
Check out this page - http://tomcat.apache.org/download-connectors.cgi Cheers, Leon Kolchinsky On Fri, Jan 6, 2012 at 20:54, Olivier MENUEL <omen...@vdocsoftware.com>wrote: > Ok > Thank you very much > > I was hoping I could find already compiled binaries (there are the 1.2.31 > in the archives, but not the 1.2.32). > I'll do that. > > Thanks > > > -----Message d'origine----- > De : Leon Kolchinsky [mailto:lkolc...@gmail.com] > Envoyé : vendredi 6 janvier 2012 10:45 > À : Tomcat Users List > Objet : Re: mod_jk linux binaries > > Hi, > > You can compile mod_jk and it's pretty straight forward (please use latest > source, mine is just an example): > 1. > # yum install httpd httpd-devel gcc gcc-c++ > > 2. > Go to http://tomcat.apache.org/download-connectors.cgi and download the > source code: > # wget > > http://apache.mirror.aussiehq.net.au//tomcat/tomcat-connectors/jk/source/jk-1.2.31/tomcat-connectors-1.2.31-src.tar.gz > 3. > # tar -xvzf tomcat-connectors-1.2.31-src.tar.gz > > Read docs/webserver_howto/apache.html or native/BUILDING.txt for options. > > # cd tomcat-connectors-1.2.31-src/native/ > # which apxs > # ./configure --with-apxs=/usr/sbin/apxs --enable-api-compatibility > # make > # make install > > Cheers, > Leon Kolchinsky > > > > On Fri, Jan 6, 2012 at 20:35, Olivier MENUEL <omen...@vdocsoftware.com > >wrote: > > > Hi, > > > > Where can I find binaries for mod_jk 1.2.32 for linux httpd 2.2 ? > > I can find only windows/netware... > > > > Thanks > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > > For additional commands, e-mail: users-h...@tomcat.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >