Re: Unable to build tomcat-connectors

2012-06-07 Thread Sharon S Sreedh
Hi There... One guy helped me to fix this issue.. The probelm was headers from the default apr instalation (in /usr/include), with the apache (that is installed from source) headers. i could successfully compile mod_jk whe i configur with CPPFLAGS=-I/usr/local/apache/include ./configure

Re: Unable to build tomcat-connectors

2012-06-05 Thread Thad Humphries
On Sun, Jun 3, 2012 at 10:10 AM, Sharon S Sreedh sharonkai...@gmail.comwrote: I already run the configure script --with-apxs2=/path/to/apxs --with-apache=/path/to/apache and header file are in the directory apache/include when I compile with ./configure -with-apxs2=/path/to/apxs alone I

Re: Unable to build tomcat-connectors

2012-06-03 Thread Thad Humphries
On Sun, Jun 3, 2012 at 2:44 AM, Sharon S Sreedh sharonkai...@gmail.comwrote: Hi, I was tring to build tomcat-connectors but it doesnt come in success. I tried a number of times.. But all the time it ends up error. Please sugest me a way to make this win.

Re: Unable to build tomcat-connectors

2012-06-03 Thread Sharon S Sreedh
I already run the configure script --with-apxs2=/path/to/apxs --with-apache=/path/to/apache and header file are in the directory apache/include when I compile with ./configure -with-apxs2=/path/to/apxs alone I got, configure: error: Cannot find the WebServer then I compiled with