From:             [EMAIL PROTECTED]
Operating system: Linux 2.4.19
PHP version:      4.2.3
PHP Bug Type:     Apache2 related
Bug description:  APXS returns 1 on usage info

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 bug report at http://bugs.php.net/?id=19780&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=19780&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=19780&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=19780&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=19780&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=19780&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=19780&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=19780&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=19780&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=19780&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=19780&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19780&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=19780&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=19780&r=isapi

Reply via email to