From: [EMAIL PROTECTED] Operating system: linux-2.4.0 PHP version: 4.1.2 PHP Bug Type: Compile Failure Bug description: apache 2.0 support failes
I get the following error during 'make', when I try to install with --apxs2 option. I specified the full path to the apxs-script. I have tested it with php-4.1.2 and php-4.2.0RC1. Both versions show the same error. /bin/sh /usr/local/src/php-4.2.0RC1/libtool --silent --mode=compile gcc -I. -I/usr/local/src/php-4.2.0RC1/sapi/apache2filter -I/usr/local/src/php-4.2.0RC1/main -I/usr/local/src/php-4.2.0RC1 -I/usr/local/apache/2.0.35/include -I/usr/local/src/php-4.2.0RC1/Zend -I/usr/local/mysql/4.0.1-alpha/include/mysql -I/usr/local/src/php-4.2.0RC1/ext/xml/expat -D_REENTRANT -I/usr/local/src/php-4.2.0RC1/TSRM -g -O2 -pthread -DZTS -prefer-pic -c sapi_apache2.c sapi_apache2.c: In function `php_apache_sapi_ub_write': sapi_apache2.c:58: too few arguments to function `apr_brigade_create' sapi_apache2.c:61: too few arguments to function `apr_bucket_transient_create' sapi_apache2.c: In function `php_apache_sapi_flush': sapi_apache2.c:174: too few arguments to function `apr_brigade_create' sapi_apache2.c:175: too few arguments to function `apr_bucket_flush_create' sapi_apache2.c: In function `php_input_filter': sapi_apache2.c:257: too few arguments to function `apr_brigade_create' sapi_apache2.c: In function `php_output_filter': sapi_apache2.c:331: too few arguments to function `apr_brigade_create' sapi_apache2.c:386: too few arguments to function `apr_bucket_transient_create' sapi_apache2.c:395: too few arguments to function `apr_bucket_eos_create' make[3]: *** [sapi_apache2.lo] Error 1 make[3]: Leaving directory `/usr/local/src/php-4.2.0RC1/sapi/apache2filter' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/php-4.2.0RC1/sapi/apache2filter' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/php-4.2.0RC1/sapi' make: *** [all-recursive] Error 1 -- Edit bug report at http://bugs.php.net/?id=16470&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=16470&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=16470&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=16470&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=16470&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=16470&r=support Expected behavior: http://bugs.php.net/fix.php?id=16470&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=16470&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=16470&r=submittedtwice
