Hi, I'm trying to install php 4.2.0RC2 on apache 2.0.32 but when I compile the software I get this error:
Making all in apache2filter make[2]: Entering directory `/home/sebastian/apachenew/php-4.2.0RC2/sapi/apache2filter' make[3]: Entering directory `/home/sebastian/apachenew/php-4.2.0RC2/sapi/apache2filter' /bin/sh /home/sebastian/apachenew/php-4.2.0RC2/libtool --silent --mode=compile gcc -I. -I/home/sebastian/apachenew/php-4.2.0RC2/sapi/apache2filter -I/home/sebastian/apachenew/php-4.2.0RC2/main -I/home/sebastian/apachenew/php-4.2.0RC2 -I/usr/local/apache2/include -I/home/sebastian/apachenew/php-4.2.0RC2/Zend -I/usr/local/include -I/usr/local/include/freetype -I/home/sebastian/apachenew/php-4.2.0RC2/ext/mysql/libmysql -I/home/sebastian/apachenew/php-4.2.0RC2/ext/xml/expat -D_REENTRANT -I/home/sebastian/apachenew/php-4.2.0RC2/TSRM -DTHREAD=1 -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 `/home/sebastian/apachenew/php-4.2.0RC2/sapi/apache2filter' make[2]: *** [all-recursive] Error 1 How can I solve this? Thanks and bye, Sebastian -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php