Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

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

by bingos (Vicar)
on Jun 23, 2010 at 20:41 UTC ( [id://846169]=note: print w/replies, xml ) Need Help??


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
  • Watch for: Direct replies / Any replies

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://846169]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-03-29 04:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found