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
--w
On Sun, Jun 3, 2012 at 10:10 AM, Sharon S Sreedh wrote:
> 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: err
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 -with-apxs2=/path
On Sun, Jun 3, 2012 at 2:44 AM, Sharon S Sreedh wrote:
> 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.
>
>
> -