I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-05-30 15:56:00-07 by rahed
missing method
When I start a script using Net::SSH::Perl I get the following messages.

Math::BigInt::GMP is missing method '_one' at /usr/local/lib/perl5/site_perl/5.8.7/Crypt/DSA/KeyChain.pm line 6
Cannot load outdated Math::BigInt::GMP v1.18, please upgrade at /usr/local/lib/perl5/site_perl/5.8.7/Crypt/DSA/KeyChain.pm line 6

libgmp 4.1.4 is installed. What should I look at?

Thank you much.

Radek
Direct Responses: 2382 | Write a response
Posted on 2006-05-30 17:04:58-07 by tels in response to 2380
Re: missing method
I have no idea. The error message indicates that v1.18 was loaded, and should work, but for some reason did not. Please file a bug report at http://rt.cpan.org/ with all possible details. Thanx for your report, Tels
Direct Responses: 6220 | Write a response
Posted on 2007-10-10 19:02:37-07 by csgonan in response to 2382
Re: missing method
I just installed the Math::BigInt::GMP on a Solaris 8 server without issue. It asked to install a default (Math::BigInt) which I allowed. I instaled this because I was having very very slow logins with NET::SFTP, and I couldn't believe how that solved the problem. The login just flew. I'm using passwords for authentication.
Direct Responses: Write a response