Greetings:
I am trying to compile php-4.0.4pl1 for use with mysql-3.23.33 and iPlanet Web Server, FastTrack Edition 4.x on a Sun SPARCstation 20 sith Solaris 5.8.
I seem to not be able to get any further than this point - any idea\'s or
suggestions greatly appreciated.
[root@h0800207341f0 /usr/local/work/php-4.0.4pl1]# ./configure
--prefix=/usr/local/php-4.0.4pl1 --with-mysql=/usr/local/
--with-nsapi=/usr/netscape/server4 --enable-track-vars
Output from make:
[root@h0800207341f0 /usr/local/work/php-4.0.4pl1]# make
Making all in Zend
make[1]: Entering directory /usr/local/work/php-4.0.4pl1/Zend\'
/bin/sh ../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I.
-I../main -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -DXML_BYTE_ORDER=21 -I../TSRM -g -O2 -pthreads -c
zend_language_scanner_cc.cc
In file included from zend_language_scanner_cc.cc:2571:
zend_operators.h: In functionint is_numeric_string(char , int, long
int , double )\':
zend_operators.h:84: implicit declaration of function int finite(...)\'
make[1]: *** [zend_language_scanner_cc.lo] Error 1
make[1]: Leaving directory/usr/local/work/php-4.0.4pl1/Zend\'
make: ** [all-recursive] Error 1
Thank you...