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---