http://www.perlmonks.org?node_id=1054826


in reply to Re^8: ssh with perl
in thread ssh with perl

I wanted you to copy the text from the log file and paste it here to Perlmonks so we can read it. Nevermind, let's concentrate on just that one failing module, all the other errors in that log were just because of Math::Pari not being installed. Run:

cpanm --sudo --verbose Math::Pari

and give the output, like last time.