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.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.