On Jul 3, 2008, at 1:27 AM, srkraju wrote:
When I give the ./configure command in apache-0.10.0 directory.
It is giving following error:
configure: error: APR could not be located. Please use the
--with-apr option.
What may the problem? Is with-apr option is required or can we skip
that
from compiling.
--with-apr and --with-apr-util are required if apr and apr-util are
not in the expected location (typically /usr/lib). If you built and
installed APR and APR-Util yourself, you may need to specify:
./configure --with-apr=/usr/local/lib --with-apr-util=/usr/local/lib