|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-07 12:46 UTC] sniper@php.net
[2002-10-07 12:53 UTC] pentanitrogen at yahoo dot com
[2002-10-07 18:33 UTC] sniper@php.net
[2002-10-07 18:44 UTC] pentanitrogen at yahoo dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 18:00:01 2025 UTC |
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