in reply to Kicking a Dead Horse - Math::Pari Install Problem

Not a direct answer... but do you really need to use Net::SSH::Perl? Have you already considered using Net::SSH2 instead?  The latter module is based on the actively maintained library libssh2, while Net::SSH::Perl has already gathered some dust, has a number of unresolved bugs, and is generally dreadfully slow.  In other words, if Net::SSH2 is an option, your problem with Math::Pari might already be "solved" indirectly...

Replies are listed 'Best First'.
Re^2: Kicking a Dead Horse - Math::Pari Install Problem
by Catboy (Novice) on Nov 12, 2008 at 15:26 UTC
    Thank you for your response.

    My intentions were to try this particular module, as I have numerous devices which I have to SSH into. Some of which do not support SSH2, while of course others do. Hence, my quandary. I perhaps may be able to author two different scripts using ::SSH2 and ::SSH, if I cannot resolve this any other way.