Failure to install on cygwin 1.7, perl 5.10, on top of:
Net-SSH2-0.20> cygcheck -l libssh2-devel
/usr/include/libssh2.h
/usr/include/libssh2_publickey.h
/usr/include/libssh2_sftp.h
/usr/lib/libssh2.a
/usr/lib/libssh2.dll.a
/usr/lib/libssh2.la
First, 'perl Makefile.PL' fails to find the include file:
Net-SSH2-0.20> perl Makefile.PL
The libssh2 library is required by this module. If you don't have it,
you can
download it from http://www.libssh2.org; you may also need OpenSSL,
which can be
obtained from http://www.openssl.org.
On Debian do:
sudo aptitude install libssh2-1-dev
Can't link/include 'libssh2.h', 'ssh2'
Then, as I add the paths explicitely:
my $lib = '/usr/lib';
my $inc = '/usr/include';
the build fails.
Transcript included.
Thanks.
Subject: | netssh2.out |
Message body not shown because it is not plain text.