Skip Menu |

This queue is for tickets about the Net-SSH2 CPAN distribution.

Report information
The Basics
Id: 27166
Status: rejected
Priority: 0/
Queue: Net-SSH2

People
Owner: Nobody in particular
Requestors: hightowe [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 0.09
  • 0.10
Fixed in: (no value)



Subject: Net::SSH2 not working with libssh2 version 0.14
Even the latest Net::SSH2 seems to not work with libssh2 version 0.14, but seems to work fine with libssh2 version 0.12. On libssh2 0.14, Net/SSH2.pm's connect() method fails. More specifically, the "return $self->_startup($fd, $sock);" fails -- the _startup() call. This was verified on Debian Sarge with perl v5.8.4, and Ubuntu Dapper and Feisty with their relevant perl versions.
I'm preparing to release version 0.18 which should work with libssh2 0.16+ (I'm testing against the latest pre-release snapshot for 0.18). Unfortunately, this means that making 0.14 work isn't a high priority. Please try libssh2 0.18 and Net::SSH2 0.18 when they are released.