ID: 41576 Updated by: [EMAIL PROTECTED] Reported By: seanius at debian dot org Status: Open Bug Type: Compile Failure Operating System: debian gnu/linux PHP Version: 5.2.3 New Comment:
You're propably the first ever to even use --without-apxs. Most of PHP's configure options are not used when you don't pass them to configure. ie. WHY would you pass that? --with-apxs is not default option.. Previous Comments: ------------------------------------------------------------------------ [2007-06-03 14:50:42] seanius at debian dot org Description: ------------ if you run ./configure --without-apxs, you get the following error: Sorry, I was not able to successfully run APXS. Possible reasons: 1. Perl is not installed; 2. Apache was not compiled with DSO support (--enable-module=so); 3. 'apxs' is not in your path. Try to use --with-apxs=/path/to/apxs The output of /home/sean/debian/tarballs/php-5.2.3/no follows ./configure: line 4396: /home/sean/debian/tarballs/php-5.2.3/no: No such file or directory configure: error: Aborting Reproduce code: --------------- ./configure --without-apxs Expected result: ---------------- disable automatic detection checks for apache1.x apxs Actual result: -------------- it still checks for apxs, and ./configure fails. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41576&edit=1