[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::Calc



On Wed, Dec 7, 2011 at 5:19 AM, Steven Marshall
<..hidden..> wrote:
> I'm running Ledgersmb 1.3.7 with PostgreSQL 9.1.  I am seeing the following
> error in my Apache's error_log quite often. Is this expected given my
> PostgreSQL version or does this look like a potential bug?
>
> [Wed Dec 07 11:15:45 2011] [error] [client 192.168.1.50] Math::BigInt:
> couldn't load specified math lib(s), fallback to Math::BigInt::Calc at
> /usr/lib/perl5/site_perl/5.14.2/LedgerSMB/Form.pm line 61, referer:
> http://192.168.1.10/ledgersmb/ps.pl
>
> Also, could the above error be slowing down the application since it keeps
> trying to load a module I don't have?
>
You can ignore this or install Math::BigInt::GMP.  With that it will
perform a bit better, but it is not entirely required.

Best Wishes,
Chris Travers