Hi, I am trying to compile php 4.2.0 with apache 1.3.23 on a SuSE 7.0 system using the following configure command:
./configure --with-apxs=/usr/local/httpd/bin/apxs --with-gettext --with-xml --with-mysql --with-imap --with-gd --with-zlib It then gives the error: error: Use --with-apxs2 with Apache 2.x! even though its 1.3.23 After looking into the code of configure and commenting out these lines: # Test that we're trying to configure with apache 1.x if test -f "$APXS_INCLUDEDIR/ap_mpm.h"; then { { echo "$as_me:5006: error: Use --with-apxs2 with Apache 2.x!" >&5 echo "$as_me: error: Use --with-apxs2 with Apache 2.x!" >&2;} { (exit 1); exit 1; }; } fi "configure", "make" and "make install" ran well without a problem. Is there a mistake in the check the configure script is doing? The file it is checking is there although I have never had apache 2.X on the system. Maybe a bug? Erik -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php