ID: 19780 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Apache2 related Operating System: Linux 2.4.19 PHP Version: 4.2.3 New Comment:
Huh? What apache2 version? And what configure line was used? Previous Comments: ------------------------------------------------------------------------ [2002-10-06 11:16:23] [EMAIL PROTECTED] When the ./configure script checks for apxs(2), it sees if the script returns 0 for it's return value; however, apxs for apache2 returns 1 for usage info...look at this code snippet: sub usage { print STDERR "Usage: apxs -g [-S <var>=<val>] -n <modname>\n"; [...] exit(1); } This causes ./configure to stop when compiling with Apache2 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=19780&edit=1