Skip Menu |

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

Report information
The Basics
Id: 50291
Status: resolved
Priority: 0/
Queue: Net-SSH2

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

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] Tell how to get libssh2 on openSUSE
--8<--- --- Net-SSH2-0.27/Makefile.PL 2009-06-15 22:57:02.000000000 +0200 +++ Net-SSH2-0.27-hJpjst/Makefile.PL 2009-10-02 08:53:51.000000000 +0200 @@ -33,8 +33,8 @@ The libssh2 library is required by this 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 +Debian: sudo aptitude install libssh2-1-dev +OpenSUSE: sudo zypper in libssh2-1 libssh2-devel EOF -->8---
Applied to 0.28. -- Rafael