Hi.. I'm trying to install PHP4 with the --bcmath-enabled module.
When I run the ./configure --bcmath-enabled all things looks good. The problem is when I run the make command. This is what see:
ext/bcmath/.libs/libbcmath.al(number.lo): In function copy_num':
/usr/php-4.0.4pl1/ext/bcmath/number.c:120: multiple definition ofcopy_num'
ext/bcmath/.libs/libbcmath.al(bcmath.lo):/usr/php-4.0.4pl1/ext/bcmath/bcmath.c:69: first defined here
...
...
...
And a lot of lines like those.
Can anybody help me please???
P.D. I downloaded the number4.tar.gz as the README says.