in reply to Re: 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

Crypt::DH wants either Math::BigInt::GMP or Math::BigInt::Pari

  • Comment on 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

Replies are listed 'Best First'.
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
by Anonymous Monk on Jun 06, 2011 at 17:06 UTC
    Iam seeing the same issue? Please help me if you already got the fix. Thanks so much. ~Rossi
      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”;