php 컴파일시 아래와 같은 에러가 나는 이유는 뭘까요?
유달리 Apache 2.0.35 와 PHP 4.2.0rc2 에서만 에러가 나네요~~
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] 오류 1
make[3]: 나감 `/home/jyuvenia/php-4.2.0RC2/sapi/apache2filter' 디렉토리
make[2]: *** [all-recursive] 오류 1
make[2]: 나감 `/home/jyuvenia/php-4.2.0RC2/sapi/apache2filter' 디렉토리
make[1]: *** [all-recursive] 오류 1
make[1]: 나감 `/home/jyuvenia/php-4.2.0RC2/sapi' 디렉토리
make: *** [all-recursive] 오류 1