Koozali.org: home of the SME Server

Net::SSH::Perl

Daniel

Net::SSH::Perl
« on: July 06, 2002, 10:58:21 PM »
Has anyone installed Net::SSH::Perl on an e-smith yet? I used cpan but got tons of other modules being required but missing. In the end the whole thing fails.

Martin

Re: Net::SSH::Perl
« Reply #1 on: July 09, 2002, 11:41:32 AM »
I've installed Net::FTP (and all the other packages among the libnet) and I first tried a few times with CPAN but with no luck..

I ended up downloading the thing and installing it with
perl Makefile.PL
make
make test
make install

I just followed the install thingie with the package and everything was fine..