Yep i am having the same problem,
Could some one please help !!!
my platform is redhat linux 7.3
This is my configure statement,
./configure
--with-apxs2=/usr/local/apache/bin/apxs
--with-mysql
--with-imap
--with-mhash
--with-mcrypt
--with-expat
--with-sablot
--enable-wddx
--with-kerberos
I am gettign the following error during make.
Making all in sapi
make[1]: Entering directory /opt/php-4.2.2/sapi'
Making all in apache2filter
make[2]: Entering directory/opt/php-4.2.2/sapi/apache2filter'
make[3]: Entering directory /opt/php-4.2.2/sapi/apache2filter'
/bin/sh /opt/php-4.2.2/libtool --silent --mode=compile gcc -I. -I/opt/php-4.2.2/sapi/apache2filter -I/opt/php-4.2.2/main -I/opt/php-4.2.2 -I/usr/local/apache/include -I/opt/php-4.2.2/Zend -I/usr/include/imap -I/usr/local/include -I/opt/php-4.2.2/ext/mysql/libmysql -I/opt/php-4.2.2/ext/xml/expat -D_REENTRANT -I/opt/php-4.2.2/TSRM -DTHREAD=1 -g -O2 -pthread -DZTS -prefer-pic -c sapi_apache2.c
/bin/sh /opt/php-4.2.2/libtool --silent --mode=compile gcc -I. -I/opt/php-4.2.2/sapi/apache2filter -I/opt/php-4.2.2/main -I/opt/php-4.2.2 -I/usr/local/apache/include -I/opt/php-4.2.2/Zend -I/usr/include/imap -I/usr/local/include -I/opt/php-4.2.2/ext/mysql/libmysql -I/opt/php-4.2.2/ext/xml/expat -D_REENTRANT -I/opt/php-4.2.2/TSRM -DTHREAD=1 -g -O2 -pthread -DZTS -prefer-pic -c apache_config.c
/bin/sh /opt/php-4.2.2/libtool --silent --mode=compile gcc -I. -I/opt/php-4.2.2/sapi/apache2filter -I/opt/php-4.2.2/main -I/opt/php-4.2.2 -I/usr/local/apache/include -I/opt/php-4.2.2/Zend -I/usr/include/imap -I/usr/local/include -I/opt/php-4.2.2/ext/mysql/libmysql -I/opt/php-4.2.2/ext/xml/expat -D_REENTRANT -I/opt/php-4.2.2/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/opt/php-4.2.2/sapi/apache2filter'
make[2]: [all-recursive] Error 1
make[2]: Leaving directory /opt/php-4.2.2/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory/opt/php-4.2.2/sapi'
make: [all-recursive] Error 1
The following configure statement however works
./configure
--with-mysql
--with-imap
--with-mhash
--with-mcrypt
--with-expat
--with-sablot
--enable-wddx
--with-kerberos
Apreciate all the help possible,
Thanks,
Yusuf.