From:             [EMAIL PROTECTED]
Operating system: RH Linux 7.0
PHP version:      4.1.2
PHP Bug Type:     Compile Failure
Bug description:  sapi_apache.c errors

Hey,

I've just tried to compile Apache v2.0 with PHP later on, here's what I
did:

# apache v2
./configure \
        --with-port=90 \
        --enable-ssl \
        --disable-status \
        --enable-vhost-alias \
        --enable-so

make
make install

cd /usr/src/new/php-4.2.0RC2

# php stuff ...
./configure \
        --with-mysql \
        --enable-force-cgi-redirect \
        --with-apxs2=/usr/local/apache2/bin/apxs

make
...
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] Fehler 1
make[3]: Verlassen des Verzeichnisses Verzeichnis
�/usr/src/new/php-4.2.0RC2/sapi/apache2filter�
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis
�/usr/src/new/php-4.2.0RC2/sapi/apache2filter�
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis
�/usr/src/new/php-4.2.0RC2/sapi�
make: *** [all-recursive] Fehler 1


Hmm, looks a bit buggy? ;-/


-- 
Edit bug report at http://bugs.php.net/?id=16468&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16468&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16468&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16468&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16468&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16468&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16468&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16468&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16468&r=submittedtwice

Reply via email to