Hi all, i installed Apache 2.0.48 today under /home/david/apache. the installation went smothly /home/david/apache/bin/httpd -l shows the usual stuff like:
... http_core.c ... mod_so.c ... etc which look fine. i then try to install PHP 4.3.4 with: ./configure --prefix=/home/david/php --with-apxs2=/home/david/apache/bin/apxs which there is no error. when i tried to make, though, i got the following: /bin/sh /home/david/tmp/php-4.3.4/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/ctype/ -I/home/david/tmp/php-4.3.4/ext/ctype/ -DPHP_ATOM_INC -I/home/david/tmp/php-4.3.4/include -I/home/david/tmp/php-4.3.4/main -I/home/david/tmp/php-4.3.4 -I/home/david/tmp/php-4.3.4/Zend -I/home/david/tmp/php-4.3.4/ext/xml/expat -D_POSIX_PTHREAD_SEMANTICS -I/home/david/tmp/php-4.3.4/TSRM -g -O2 -prefer-pic -c /home/david/tmp/php-4.3.4/ext/ctype/ctype.c -o ext/ctype/ctype.lo In file included from /home/david/tmp/php-4.3.4/main/php.h:34, from /home/david/tmp/php-4.3.4/ext/ctype/ctype.c:23: /home/david/tmp/php-4.3.4/Zend/zend.h:311: argument format specified for non-function `error_function' /home/david/tmp/php-4.3.4/Zend/zend.h:312: argument format specified for non-function `printf_function' /home/david/tmp/php-4.3.4/Zend/zend.h:444: argument format specified for non-function `zend_printf' /home/david/tmp/php-4.3.4/Zend/zend.h:451: argument format specified for non-function `zend_error_cb' make: *** [ext/ctype/ctype.lo] Error 1 does anyone know what went wrong? david