From: Colm MacCarthaigh Date: Sun, 20 Nov 2005 10:10:24 +0000 (+0000) Subject: Add a showstopper related to finding APR. X-Git-Tag: 2.2.0^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b42c203dc8210d6ba1d9857f7bea36473b17bd70;p=thirdparty%2Fapache%2Fhttpd.git Add a showstopper related to finding APR. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@345730 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 4b622aa6c9b..d109b9938d5 100644 --- a/STATUS +++ b/STATUS @@ -58,6 +58,15 @@ CURRENT RELEASE NOTES: RELEASE SHOWSTOPPERS: + * Tarball is currently un-configurable on systems with APR 1.0 or + 1.1 installed as APR_FIND_APR (and _APU) will find this installation + but we will then use APACHE_CHECK_APxVER to insist on APR 1.2. The + only workaround for users is to manually configure and install + apr 1.2, either in a location preceding the existing installation + or over it. However, since /usr is the first path searched this + would probably mean installing over a system-packaged/bundled + APR. + CURRENT VOTES: * httpd-std.conf and friends