[Ssh-sftp-perl-users] RE: Creating a new ssh object take more than1 minute
Brought to you by:
dbrobins
From: Bill S. <fri...@op...> - 2005-12-21 21:46:16
|
This begs the question, if it takes a minute to create an SSH object when using Net::SSH right out of CPAN (or in my case Net::SFTP), why isn't Math::BigInt::GMP required by Net::SSH? Taking a minute to create an SSH object is a bug in my book. I had the same experience as Sander Pool and had to spend time tracking down the problem and finding the answer here in this forum. It would have been nice if Perl had just installed Match::BigInt::GMP when I installed Net::SFTP, which uses Net:SSH. Bill -----Original Message----- From: Rob Verduijn [mailto:rob...@br...] Sent: Thursday, December 01, 2005 11:24 PM To: Sander Pool Cc: ssh...@li... Subject: Re: [Ssh-sftp-perl-users] Creating a new ssh object take more than1 minute Hi there, find this on cpan Math::BigInt::GMP install it and the delay will be gone Next time you might want to dig through the message archives before asking, that would have saved you some waiting. This question has been asked before, more than once. Regards Rob |