You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Maring, Steve" <St...@tvratings.com> on 2002/09/13 17:54:34 UTC

ERRORS building the Tomcat 4.0.4 webapp connector w/ APR 0.9.1

First off, it would appear that the buildconf.sh script in the support dir
of jakarta-tomcat-connectors-4.0.4-src/webapp expects the apr source tree to
be in the jakarta-tomcat-connectors-4.0.4-src/webapp directory AND be called
'apr' and not 'apr-0.9.1'.  Simple sym link.

then:

cd /var/download/jakarta-tomcat-connectors-4.0.4-src/webapp/apr
./buildconf
cd ..
./support/buildconf.sh
./configure --with-apxs=/opt/apache-1.3.26/bin/apxs --with-apr=apr

this fails with:

...
+ checking for apr CC variable. . . error
configure: error: cannot find APRVARS file in
/var/download/jakarta-tomcat-connectors-4.0.4-src/webapp/apr


I do also get some warnings from the buildconf scripts on both.  Something
about 'Using auxilary files such as 'acconfig.h' ...'

I'm on a Mandrake-8.2 box.  I just upgraded to autoconf 2.54.


Any help would be greatly appriciated.

Steve

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>