Subject: | APR_VERSION unknown |
On debian sarge, Apache 2.0.52-3 the apxs command does NOT know APR_VERSION which is included inside the configure script.
# apxs2 -q APR_VERSION
apxs:Error: Invalid query string `APR_VERSION'.
#
Line 19003 of configure seems to be the problem:
-- snip ---------------------------------------------
APR_MAJOR_VERSION=`$APACHE2_APXS -q APR_VERSION
--- snip ---------------------------------------------
If I set the MAJOR Version to 0 everything works fine.
Bye
Thomas