Download the latest apache source.
APR compiling
# Build and install apr 1.2
cd srclib/apr
./configure --prefix=/usr/local/apr-httpd/
make
make install
# Build and install apr-util 1.2
cd ../apr-util
./configure --prefix=/usr/local/apr-util-httpd/
--with-apr=/usr/local/apr-httpd/
make
make inst
Hi,
I'm tring to install the Apache Portable Runtime on Linux as per the
instructions here:
http://tomcat.apache.org/tomcat-6.0-doc/apr.html
When I run configure I get the following output
[EMAIL PROTECTED] native]# ./configure
checking build system type... i686-pc-linux-gnu
checking host syst