in reply to Net::SSH::Perl and PARI
but I seem to have to update all modules (e.g. /usr/lib/perl5/site_perl/5.8.6/Crypt/DH.pm) to use Pari instead of GMP manually:No you don't. All you have to do is start your program with
use Math::BigInt qw' lib Pari ';
See MATH_LIBRARY in Math::BigInt docs.
The fact that modules like Crypt::DH and Crypt::DSA::KeyChain specify which library they prefer should have no effect on which library is actually used.
update: actually, you should use Math::BigInt qw' lib Pari '; last (after use Net::SSH...).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net::SSH::Perl and PARI
by 0xbeef (Hermit) on Nov 22, 2005 at 15:26 UTC | |
by PodMaster (Abbot) on Nov 22, 2005 at 15:39 UTC |