in reply to Problem running scripts under CentOS
it seams that when you use bignum library under CentOS and set accuracy to 300 everything blocks.
if a omit the accuracy everything is working. What should i do? (except omitting the accuracy set - i need that to be set to 300 !!!)use bignum accuracy => 300;
However this is working
but this blocks the script if it is used within a moduleperl -Mbignum=a,50 -le 'print sqrt(20)'
Oh and my OSuse bignum accuracy => 50; print sqrt(20);
CentOS release 5.6 (Final) cat /proc/version Linux version 2.6.18-238.19.1.el5 (mockbuild@builder10.centos.org) (gc +c version 4.1.2 20080704 (Red Hat 4.1.2-50)) #1 SMP Fri Jul 15 07:31: +24 EDT 2011
|
|---|