When installing Apache on Ubuntu 11.10, I get the following error:
configure: error: APR not found. Please read the documentation.
In RHEL 3 is not necessary setting parameter --with-pcre pointing to pcre-config. Only need pcre path
--with-pcre
pcre
My configure command:
./configure --prefix=/usr/local/apache2 --with-pcre=/usr/local/pcre