http://www.perlmonks.org?node_id=957852


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

use Net::SFTP::Foreign.
  • 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 13, 2012 at 13:01 UTC

    I'm using cygwin and had the same problem. Yes it's an external library. I manage to get around this error after installing the Math library package called GMP. So for pure native Linux/Unix environment, it will need this RPM/DEB/Tarball installed.

    Description about gmp package: GMP is a free library for arbitrary precision arithmetic

      Need to install perl-Math-BigInt-GMP from the Fedora repository.