SineSwiper has asked for the wisdom of the Perl Monks concerning the following question:
First, lemme start off saying that it takes ENTIRELY TOO MANY modules just to get Net::SSH::Perl to work. I understand the whole crypto module deal, but it seems like it's a lot of work just to get Perl to work with a common shell protocol.
Anyway, after installing all of these modules, including ones that weren't part of the dependancy lists (since the script basically just complained that it's missing this and that), I now get this error:
`as_number' is not a Pari function name at /usr/lib/perl5/site_perl/5. +8.3/i586-linux-thread-multi/Math/Pari.pm line 1136, <GEN0> line 1.
Can't find the error on the net/newsgroups at all. According to the line, it's trying to eval something in loadPARI, but as_number is in Math::BigInt, I think. Is Net::SSH::Perl broken, or Math::Pari? How do I fix this? (I've tried different crypto protocols in the SSH->new command, but same thing.) BTW, here's the debug info for that ssh command:
rtfkb: Reading configuration data /root/.ssh/config rtfkb: Reading configuration data /etc/ssh_config rtfkb: Allocated local port 1023. rtfkb: Connecting to x.x.x.x, port 22. rtfkb: Remote protocol version 2.0, remote software version Sun_SSH_1. +0.1 rtfkb: Net::SSH::Perl Version 1.29, protocol version 2.0. rtfkb: No compat match: Sun_SSH_1.0.1. rtfkb: Connection established. rtfkb: Sent key-exchange init (KEXINIT), wait response. rtfkb: Algorithms, c->s: blowfish-cbc hmac-sha1 none rtfkb: Algorithms, s->c: blowfish-cbc hmac-sha1 none
...and then the error
2005-11-14 Retitled by jdporter, as per Monastery guidelines. Original title: 'Bug in Math::Peri'. Also, added code tags.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Bug in Math::Pari ?
by Fletch (Bishop) on Nov 14, 2005 at 00:29 UTC | |
by SineSwiper (Beadle) on Nov 14, 2005 at 00:46 UTC | |
by Fletch (Bishop) on Nov 14, 2005 at 01:17 UTC | |
|
Re: Bug in Math::Pari ?
by dragonchild (Archbishop) on Nov 14, 2005 at 02:11 UTC | |
|
Re: Bug in Math::Pari ?
by tirwhan (Abbot) on Nov 14, 2005 at 08:06 UTC | |
|
Re: Bug in Math::Pari ?
by hv (Prior) on Nov 16, 2005 at 12:19 UTC | |
by unlox775 (Initiate) on Nov 25, 2009 at 23:30 UTC | |
by salva (Canon) on Nov 25, 2009 at 23:52 UTC | |
by hv (Prior) on Nov 27, 2009 at 12:58 UTC | |
|
Re: Bug in Math::Pari ?
by Anonymous Monk on Nov 14, 2005 at 04:49 UTC |