coolstack: php with bcmath?

Does anybody know why bcmath was not enabled in php? I have a requirement for it and I would prefer not recompile?Any suggestions?Thanks
[164 byte] By [linuxboy123a] at [2007-11-27 6:37:12]
# 1

You don't need to rebuild the entire php - just the bcmath extension.

Do the following :

. Download the amp source pkg

. Install autoconf from blastwave.org

. Run the following script :

SAVEPATH=$PATH

PATH=/opt/csw/bin:$PATH

INSTALLDIR=/opt/coolstack

$INSTALLDIR/php5/bin/phpize

make distclean

PATH=$SAVEPATH

./configure --with-prefix=$INSTALLDIR --enable-bcmath --with-php-config=$INSTALLDIR/php5/bin/php-config CFLAGS="-O3 -fPIC"

make

make install

shantiSa at 2007-7-12 18:05:30 > top of Java-index,Open Source Technologies,OpenSPARC...