X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=2.4 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,TW_YG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: From: Ricardo Caldeira To: Subject: Problem when installing Net::SSH2 via CPAN - libssh2 not found Date: Thu, 10 May 2012 21:36:09 -0300 In-Reply-To: References: ,,, Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q4B0aRR4025408 Hi, I'm trying to install Net:SSH2 via CPAN, but I'm stuck with the libssh2 library.After executing "install Net::SSH2" the following message is received (after running make and doing some other stuff): -----------------------------------------------------------------------------------::The libssh2 library is required by this module.  If you don't have it, you candownload it from http://www.libssh2.org; you may also need OpenSSL, which can beobtained from http://www.openssl.org. Debian:   sudo aptitude install libssh2-1-devOpenSUSE: sudo zypper in libssh2-1 libssh2-devel You can pass your libssh2 lib and include dirs on the command line. E.g.:     perl Makefile.PL lib=$HOME/libssh2/lib inc=$HOME/libssh2/include If you want to build on Windows, see the file BUILDING.WIN32 in thedistribution. Can't link/include 'ssh2'No 'Makefile' created  RKITOVER/Net-SSH2-0.44.tar.gz  /usr/bin/perl Makefile.PL -- NOT OKRunning make test  Make had some problems, won't testRunning make install  Make had some problems, won't installFailed during this command: RKITOVER/Net-SSH2-0.44.tar.gz                : writemakefile NO -- No 'Makefile' created::----------------------------------------------------------------------------------- However, looking at the installed packages in Cygwin, it seems that libssh2 is properly installed: $ cygcheck -cCygwin Package InformationPackage                   Version                 Status::libssh2-devel             1.4.0-1                 OKlibssh2_1                 1.4.0-1                 OK:: Is there any other thing that I might be missing?I'm using Cygwin Setup.exe version (2.774). Cheers,Ricardo Caldeira -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple