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 --w

Re: Unable to build tomcat-connectors

2012-06-05 Thread Thad Humphries
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

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 -with-apxs2=/path

Re: Unable to build tomcat-connectors

2012-06-03 Thread Thad Humphries
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. > > > -

Re: Unable to build Tomcat

2007-07-30 Thread Markus Schönhaber
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

Unable to build Tomcat

2007-07-30 Thread Smith Norton
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