[Ssh-sftp-perl-users] Having problems with compiling Net::SSH2
Brought to you by:
dbrobins
From: Ken B. <ken...@co...> - 2009-01-17 00:56:11
|
Hi Folks, I'm trying to get Net::SSH2 to run on a base load, RHEL3.1 system. I tried doing the following steps in order, all without the slightest hint of an error until the final step. 1. "make" && "make test" && "make install" on zlib 1.2.3 source 2. "make" && "make test" && "make install" on OpenSSL 0.9.8j source 3. "./configure -with-zlib -with OpenSSL " &&, "make" && "make test" (or possibly check, whatever the instructions said to do) && "make install" on libssh2-1.0 source 4. ran "perl Makefile.PL" && "make" without error on Net-SSH2-0.18 source 5. ran "make test" and got two compile errors that it could not find two OpenSSL .h files (sorry, the system I did this on is at work, so I'm relaying this from memeory). My question is, "Do I have to revert to the libssh2-0.12 source for Net-SSH2-0.18 to work, or has anyone gotten it to work with more recent builds of libssh2?" Thanks in advance, Ken |