I configure php and everything goes well, i configure as a module of apache2 and using the apxs tools.
I go to "make" and i get this problem:
"sapi_apache2.c: In function php_register_hook':
sapi_apache2.c:534: warning: passing arg 3 ofap_register_output_filter' makes pointer from integer without a cast
sapi_apache2.c:534: too few arguments to function ap_register_output_filter'
sapi_apache2.c:535: warning: passing arg 3 ofap_register_input_filter' makes pointer from integer without a cast
sapi_apache2.c:535: too few arguments to function ap_register_input_filter'
make[3]: *** [sapi_apache2.lo] Error 1
make[3]: Leaving directory/home/ronan/tmp/php-4.2.2/sapi/apache2filter'
make[2]: [all-recursive] Error 1
make[2]: Leaving directory /home/ronan/tmp/php-4.2.2/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory/home/ronan/tmp/php-4.2.2/sapi'
make: [all-recursive] Error 1
[root@server01 php-4.2.2]#"
Any ideas what im doing wrong and how to fix it?
thx