in reply to Re^2: Running remote commands (Net::SSH2)
in thread Running remote commands (Net::SSH2)
....kind of, yes....... the libssh2 that we talk about is the c based library .... see ssh and ssh2
... there has been an evolution over the years from the original ( but problemsome) SSH to SSH2..... they have separate c libs that get installed at the system level..... the perl Makefile is failing because it is NOT finding that lib
From the Net::SSH2 perl module's README file
Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org)
once you get that lib installed, try to rebuild the perl module....if it fails again, then come back with the new error message :-)
.... fwiw, you may not even have ssh2 available to you on the computer you have, if it's yours, the install the libs from the libssh2.org, AND there are many other ways to access your system's ssh capabilities... find out what they are
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Running remote commands (Net::SSH2)
by wilko (Acolyte) on Dec 23, 2009 at 12:31 UTC | |
by zentara (Cardinal) on Dec 24, 2009 at 12:52 UTC |