in reply to Net::SSH2 and Solaris

try Net::SSH::Perl libgmp is available from Freeware for Solaris

print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."

Replies are listed 'Best First'.
Re^2: Net::SSH2 and Solaris
by dwm042 (Priest) on Nov 11, 2010 at 01:59 UTC
    The problem with sun freeware is that they depend on a gcc compiler that locates in /usr/local and would trash the already existing gcc there. That said, the perl in /usr/local already has a working Net::SFTP and the bugs in that are why I want a Solaris Net::SSH2. Net::SSH::Perl bugs are the causes of my problems.

    David.