From:             seanius at debian dot org
Operating system: debian gnu/linux
PHP version:      5.2.3
PHP Bug Type:     Compile Failure
Bug description:  no way to configure --without-apxs

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 bug report at http://bugs.php.net/?id=41576&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41576&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41576&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41576&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41576&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41576&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41576&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41576&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41576&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41576&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41576&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41576&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41576&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41576&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41576&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41576&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41576&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41576&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41576&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41576&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41576&r=mysqlcfg

Reply via email to