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.
>
>
> -
Smith Norton wrote:
> I get the following error when I try to build tomcat. After I entered
> the command..
>
> $ ant download
>
> I got this error =>
>
>
> /tomcatjava/tomcat6-deps/dbcp/src/java/org/apache/tomcat/dbcp/dbcp/BasicDataSource.java:44:
> org.apache.tomcat.dbcp.dbcp.BasicDataSourc
I get the following error when I try to build tomcat. After I entered
the command..
$ ant download
I got this error =>
/tomcatjava/tomcat6-deps/dbcp/src/java/org/apache/tomcat/dbcp/dbcp/BasicDataSource.java:44:
org.apache.tomcat.dbcp.dbcp.BasicDataSource is not abstract and does
not override a