Using Redhat 7.2 and trying to install php4.0.2
I ran configure with the following option
configure --prefix=/home/thruport/roopa/v3/ISUN/isunhost/php-4.0.2/phpinstall --includedir=/usr/lib/gcc-lib/i386-redhat-linux/2.96/ --with-unixODBC --with-apxs=/root/apache/install/bin/apxs --enable-versioning --with-imap --with-mysql=/usr/local/mysql --without-gd --without-oci8 --without-oracle --without-db --without-ldap --with-kerberos --with-imap-ssl=/usr/lib --with-isun
Note:- isun is a thrird party extension
Configure runs smoothly
But make produces the follwing errors
Making all in Zend make[1]: Entering directory /home/thruport/roopa/v3/ISUN/isunhost/php-4.0.2/Zend' /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXML_BYTE_ORDER=12 -g -O2 -c zend-scanner.c In file included from zend.h:147, from zend-scanner.l:41: zend_hash.h:114: parse error beforeva_list' zend_hash.h:122: parse error before va_list' In file included from zend.h:148, from zend-scanner.l:41: zend_llist.h:43: parse error beforeva_list' In file included from zend-scanner.l:41: zend.h:228: parse error before va_list' zend.h:334: parse error beforeva_list' make[1]: [zend-scanner.lo] Error 1 make[1]: Leaving directory `/home/thruport/roopa/v3/ISUN/isunhost/php-4.0.2/Zend' make: [all-recursive] Error 1
Can any help me