Greetings,
        I searched through the forum pages and the archive and didn't find a solution, 
although here is someone else w/ the same problem - 
http://www.phpbuilder.com/forum/read.php3?num=3&id=102501&loc=0&thread=102501.  I've 
checked the resolutions from the notes that came up in another search that I thought 
might pertain.  Anyway, here's what I'm doing -
Solaris 2.6, w/ NS iPlanet in /usr/appl/netscape and mySQL in /usr/appl/mysql.

configure --prefix=/usr/appl/php4 --with-nsapi=/usr/appl/netscape 
--with-mysql=/usr/appl/mysql

Configure runs fine, and produces no errors.

Immediately after issue the make command I get -
[smalder@bovine:php-4.0.4pl1]$ make
Making all in Zend
make[1]: Entering directory `/usr2/srcpaks/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 function `int 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 `/usr2/srcpaks/php-4.0.4pl1/Zend'
make: *** [all-recursive] Error 1

The kicker is that if I do not configure w/ the --with-mysql=/usr/appl/mysql then php 
will compile fine.  Hopefully that is ruling out any compiler oriented 
misconfigurations.

Any ideas?
Thanks.

- Sean M. Alderman
VCIM Senior Systems Analyst
NASA Glenn Research Center
Cleveland, OH 44135
(216) 433-2795


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to