ID:               19780
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           Open
 Bug Type:         Apache2 related
 Operating System: Linux 2.4.19
 PHP Version:      4.2.3
 New Comment:

Apache 2.0.43 (the newest release)

./configure  --with-gd --with-xml --with-mysql --with-gettext
--with-mcrypt --with-imap --enable-ftp --with-openssl
--with-apxs2=/apache2/bin/apxs


Previous Comments:
------------------------------------------------------------------------

[2002-10-07 12:46:00] [EMAIL PROTECTED]

Huh? What apache2 version? And what configure line was used?


------------------------------------------------------------------------

[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

Reply via email to