BC Math

Ask your questions regarding TimeTrex installation here.
Locked
severndigital
Posts: 2
Joined: Tue Jan 30, 2007 1:24 pm

BC Math

Post by severndigital »

Can someone please explain how to enable BC Math extension? it is the only thing keeping me from installing on my system.

I have Apache2 and PHP5 installed but I do not know how to reconfigure PHP.

please help


thank you ,
chris
<! Thank you for choosing Johnny Cab... Hope you enjoyed the ride. !>
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

Please provide more details. Are you running windows or Linux? How did you install PHP in the first place?
severndigital
Posts: 2
Joined: Tue Jan 30, 2007 1:24 pm

Post by severndigital »

I am using PC-BSD
It is FreeBSD based.
with Apache2
and MySQL

Apache PHP and MySQL were canned together. I would asume i need to reinstall apache and php from ports, but i still don't know how to configure it.

is there a way to reconfigure PHP alone at startup?

thanks,
chris
<! Thank you for choosing Johnny Cab... Hope you enjoyed the ride. !>
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

BCMATH is a PHP extension, just like the PHP mysql extension or PHP soap extension. In most Linux distributions its just a matter of:

yum php-bcmath

or

urpmi php-bcmath

I'm not sure how to do it on FreeBSD, but it shouldn't be difficult.

This may give you some clues:
http://portsmon.freebsd.org/portovervie ... &wildcard=
Locked