According to PHP site, I have to issue the following command:
./configure --with-apxs2=/usr/local/apache2/bin/apxs

on the PHP source. This works fine. But then the next command in the instructions:
make


After much output ends with:
sapi_apache2.c:534: warning: passing arg 3 of `ap_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 of `ap_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 `/usr/src/redhat/SOURCES/php-4.2.2/sapi/apache2filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/redhat/SOURCES/php-4.2.2/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/SOURCES/php-4.2.2/sapi'
make: *** [all-recursive] Error 1


So, my question is, what's up? What do I need to do?

Curtis Vaughan

PS. This on a RedHat 8 server. I need to compile PHP to work with httpd and mysql. Installing php by default didn't work - or did I do something wrong?



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to