I ran the following configure:
./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php --with-apxs=/usr/local/apache2/bin/apxs --enable-track-vars --enable-magic-quotes --enable-debugger
349 ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --enable-track-vars --enable-magic-quotes --enable-debugger
When I make I get the following at the tail-end of my output:
/bin/sh /tmp/php-4.2.1/libtool --silent --mode=compile gcc -I. -I/tmp/php-4.2.1/sapi/apache2filter -I/tmp/php-4.2.1/main -I/tmp/php-4.2.1 -I/usr/local/apache2/include -I/tmp/php-4.2.1/Zend -I/tmp/php-4.2.1/ext/mysql/libmysql -I/tmp/php-4.2.1/ext/xml/expat -D_REENTRANT -I/tmp/php-4.2.1/TSRM -DTHREAD=1 -g -O2 -pthread -DZTS -prefer-pic -c php_functions.c
php_functions.c:93:27: missing binary operator before '!'
make[3]: [php_functions.lo] Error 1
make[3]: Leaving directory /tmp/php-4.2.1/sapi/apache2filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory/tmp/php-4.2.1/sapi/apache2filter'
make[1]: [all-recursive] Error 1
make[1]: Leaving directory `/tmp/php-4.2.1/sapi'
make: *** [all-recursive] Error 1
Anyone have any ideas?
Thanks!
Dan