Help!!! I have made several attempts to get PHP4 to compile for Solaris 8 and Netscape Enterprise.
here is my config details ( which btw works okay) ./configure --with-mysql=/usr/local/mysql --with-nsapi=/usr/netscape-home/server4 --enable-ftp --enable-calendar --enable-force-cgi-redirect --enable-sockets
And here is the error message I get when I run the specified version of make:
make Making all in Zend make[1]: Entering directory /usr/local/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/php-4.0.4pl1/Zend'
make: [all-recursive] Error 1
Can anyone help at all ??
TIA Graeme