Hi, i am having some trouble installing the latest release of PHP version-4.04pl1
(i already have PHP4 installed as a Apache DSO module, and it works fine)
My system
Redhat 6.1
Apache 1.3.6
MYSQL 3.23.36
openssl 0.9.6a
expat 1.95.1
Sablot 0.52
curl 7.7.1
my config
./configure
--with-mysql
--with-apxs=/www/bin/apxs
--enable-track-vars
--enable-ftp
--enable-dbase
--enable-trans-sid
--enable-sockets
--disable-debug
--with-curl=/usr/local/curl
--with-sablot
while make i get this error
xmlparse.c: In function processXmlDecl':
xmlparse.c:1886: warning: passing arg 8 from incompatible pointer type
xmlparse.c:1886: warning: passing arg 9 from incompatible pointer type
xmlparse.c:1886: too few arguments to function
make[5]: *** [xmlparse.lo] Error 1
make[5]: Leaving directory/home/Bishnu/php-4.0.4pl1/ext/xml/expat/xmlparse'
make[4]: [all-recursive] Error 1
make[4]: Leaving directory /home/Bishnu/php-4.0.4pl1/ext/xml/expat/xmlparse'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory/home/Bishnu/php-4.0.4pl1/ext/xml/expat'
make[2]: [all-recursive] Error 1
make[2]: Leaving directory `/home/Bishnu/php-4.0.4pl1/ext/xml'
make[1]: *** [all-recursive] Error 1
make[1]: Leav
Any idea where i am going wrong?