I can't seem to compile it! Here is the output ...
Code:
make[3]: Entering directory `/home/ash/php-4.2.1/sapi/apache2filter'
/bin/sh /home/ash/php-4.2.1/libtool --silent --mode=compile gcc -I. -I/home/ash
/php-4.2.1/sapi/apache2filter -I/home/ash/php-4.2.1/main -I/home/ash/php-4.2.1 -
I/var/apache2/include -I/home/ash/php-4.2.1/Zend -I/home/ash/php-4.2.1/ext/mysql
/libmysql -I/home/ash/php-4.2.1/ext/xml/expat -D_REENTRANT -I/home/ash/php-4.2.
1/TSRM -DTHREAD=1 -g -O2 -pthread -DZTS -prefer-pic -c sapi_apache2.c
/bin/sh /home/ash/php-4.2.1/libtool --silent --mode=compile gcc -I. -I/home/ash
/php-4.2.1/sapi/apache2filter -I/home/ash/php-4.2.1/main -I/home/ash/php-4.2.1 -
I/var/apache2/include -I/home/ash/php-4.2.1/Zend -I/home/ash/php-4.2.1/ext/mysql
/libmysql -I/home/ash/php-4.2.1/ext/xml/expat -D_REENTRANT -I/home/ash/php-4.2.
1/TSRM -DTHREAD=1 -g -O2 -pthread -DZTS -prefer-pic -c apache_config.c
/bin/sh /home/ash/php-4.2.1/libtool --silent --mode=compile gcc -I. -I/home/ash
/php-4.2.1/sapi/apache2filter -I/home/ash/php-4.2.1/main -I/home/ash/php-4.2.1 -
I/var/apache2/include -I/home/ash/php-4.2.1/Zend -I/home/ash/php-4.2.1/ext/mysql
/libmysql -I/home/ash/php-4.2.1/ext/xml/expat -D_REENTRANT -I/home/ash/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 `/home/ash/php-4.2.1/sapi/apache2filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ash/php-4.2.1/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ash/php-4.2.1/sapi'
make: *** [all-recursive] Error 1
I am configuring with the following options:
./configure --prefix=/var/apache2/php --with-apxs2=/var/apache2/bin/apxs --with-config-file-path=/var/apache2/php --with-mysql
Help! :-\
Bookmarks