in reply to Re^2: 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
  • Comment on 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

Replies are listed 'Best First'.
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
by Anonymous Monk on Jun 06, 2011 at 22:30 UTC
    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

      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”;