Hi David I hope it is ok that I forward this back to the mailing list. Thanks for your directions.
I am not sure I'll have time to deal with it right now but I hope it will help the person who asked me. I would like to put this in as an "official begging" to make it smooth with the next Strawberry release. By smooth I mean that I can either install directly using the CPAN shell or that it already comes with Strawberry Perl. Just like there is XML support in it... regards Gabor ---------- Forwarded message ---------- From: David Golden Date: Thu, Jul 10, 2008 at 7:48 AM Subject: Net::SSH::Perl To: Gabor Szabo <[EMAIL PROTECTED]> I got Net::SSH::Perl to pass its test by manually installing Math::Pari. 1) Download Pari 2.1.7 source: http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/pari-2.1.7.tgz 2) Unpack to c:\pari-2.1.7 3) "cpan" 4) "look Math::Pari" 5) "perl Makefile.PL paridir=\pari-2.1.7 machine=none" 6) "dmake" 7) "dmake test" 8) "dmake install" After that, I was able to get Net::SSH::Perl to build and pass tests with all the default options. Note -- while fooling around, I did install Math::GMP and Math::BigInt::GMP, which suppressed some warnings/errors in Crypt::DSA about Math::BigInt not finding a library. Hope this helps as a starting point.
