Evening all, I'm trying to connect Tomcat and Apache, I've been following this tutorial: http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html
In order to run the buildconf.sh I installed libtool, httpd-devel, autoconf and automake because I found on a site that redhat 9 users need httpd-devel, the rest are dependencies. After I installed all of this and tried to run the buildconf.sh script I got this: [EMAIL PROTECTED] root]# $CONN_SRC_HOME/jk/native/buildconf.sh libtoolize --force --automake --copy libtoolize: `configure.ac' does not exist Try `libtoolize --help' for more information. aclocal aclocal: `configure.ac' or `configure.in' is required automake -a --foreign -i --copy automake: `configure.ac' or `configure.in' is required autoconf autoconf: no input file [EMAIL PROTECTED] root]# How do I sort this out? I'm a bit lost :( Cheers in advance, Graeme :)
