"WARNING: APR not found" error (but I compiled with '--with-apr')
thomas Armstrong 21 December 2006 20:16:31
Hi.
I compiled from sources Apache 2.0.59 with APR 0.9.13 ./configure --prefix=/usr/local/httpd --enable-so --enable-modules=all --with-apr=/usr/local/apr-httpd/bin/apr-config --with-apr-util=/usr/local/apr-util-httpd/bin/apu-config
It works ok aparently, but I'm now trying to compile subversion 1.4.2: []# ./configure --with-apxs=/usr/local/httpd/bin/apxs
And I get this error message: ----------------------- checking for APR... no configure: WARNING: APR not found The Apache Portable Runtime (APR) library cannot be found. Please install APR on this system and supply the appropriate --with-apr option to 'configure' -----------------------
What am I doing wrong? Thank you very much.
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org