in reply to Re: Activeperl: Can't install Math::Pari
in thread Activeperl: Can't install Math::Pari

Thanks for the response. Installing Math::Pari was part of a larger problem, namely how to get Net::SFTP to compile for ActiveState.

Net::SFTP needs Net::SSH::Perl in order to compile. ActiveState have not yet (as of 31/01/05) made this module available via ppm, so the only way to get it is to compile it manually.

A number of the pre-reqs require a C Compiler, and despite reading all the advice I could find on this website, I couldn't get the compiler to successfully compile CPAN modules (probably more due to my skills than the advice) :)

Eventually, I found the following link: www.soulcage.net

The author of this site has written Net::SSH::W32Perl, a ppm module that downloads Net::SSH::Perl automatically. Once I had got this installed, Net::SFTP compiled. Problem solved. Full marks to the guy who maintains this site. I imagine it has dug quite a few Windows users out of a whole.

My recommendation to anyone using this is to pay extra attention to the install notes. I actually had to uninstall Perl and delete the Perl directory under Program Files, reinstall Perl and download the ppm module before it would work.
  • Comment on Re^2: Activeperl: Can't install Math::Pari

Replies are listed 'Best First'.
Re^3: Activeperl: Can't install Math::Pari
by fireartist (Chaplain) on Feb 01, 2005 at 09:12 UTC
    Have you added crazyinsomniac's repository to your ppm? ppm> rep add crazy http://crazyinsomniac.perlmonk.org/perl/ppm/5.8/ I believe he's open to suggestions for modules to add to it.