I am having a terrible time installing php4 latest source on solaris with the following: configure --with-nsapi=BLAHDIR --with-mysql=BLAHDIR This is what I get: 1:57pm [EMAIL PROTECTED] (~/stuff/php-4.0.4pl1) make Making all in 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 function `int is_numeric_string(char *, int, long int *, double *)': zend_operators.h:84: implicit declaration of function `int finite(...)' *** Error code 1 make: Fatal error: Command failed for target `zend_language_scanner_cc.lo' Current working directory /home/god/stuff/php-4.0.4pl1/Zend *** Error code 1 make: Fatal error: Command failed for target `all-r Any help would be great. -S