in reply to Re^3: Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::Calc at /usr/lib/perl5/site_perl/5.8.8/Crypt/DH.pm line 6
in thread Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::Calc at /usr/lib/perl5/site_perl/5.8.8/Crypt/DH.pm line 6

Iam seeing the same issue? Please help me if you already got the fix. Thanks so much. ~Rossi

Is it somehow unclear that you need to install either Math::BigInt::GMP or Math::BigInt::Pari? If you don't speak english, maybe you can try translate.google.com

  • Comment on Re^4: Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::Calc at /usr/lib/perl5/site_perl/5.8.8/Crypt/DH.pm line 6

Replies are listed 'Best First'.
Re^5: Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::Calc at /usr/lib/perl5/site_perl/5.8.8/Crypt/DH.pm line 6
by Anonymous Monk on Mar 04, 2012 at 16:00 UTC
    modify /usr/lib/perl5/site_perl/5.8.8/Crypt/DH.pm Line 6 - use Math::BigInt lib => “GMP,Pari”; + use Math::BigInt try => “GMP,Pari”;