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.