I am trying to install PhP 4 on a Solaris 9 server running Apache 1.3 and Mysql. The config runs fine with no errors, I use the following for my config:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql
But when I try to run make it dumps on me with the following errors:
/home/crimson/updates/php-4.3.0/include -I/export/home/crimson/updates/php-4.3.0e/crimson/updates/php-4.3.0/Zend -I/export/home/crimson/updates/php-4.3.0/ext/xmAT -I/export/home/crimson/updates/php-4.3.0/TSRM -g -O2 -prefer-pic -c /exporttandard/math.lo
/export/home/crimson/updates/php-4.3.0/ext/standard/math.c: In function _php_ma
/export/home/crimson/updates/php-4.3.0/ext/standard/math.c:809:HUGE_VAL' undec
/export/home/crimson/updates/php-4.3.0/ext/standard/math.c:809: (Each undeclared
/export/home/crimson/updates/php-4.3.0/ext/standard/math.c:809: for each functio
make: *** [ext/standard/math.lo] Error 1
I have installed Apache from source and have GCC and the binutils installed. Help? Does anyone have any ideas what is going on here or how to fix it?