in reply to Kicking a Dead Horse - Math::Pari Install Problem

You will not get past 'make test'; however, I've been using this module for quite some time and have never had problems with it. To properly install it:

perl Makefile.PL machine=none
make install

Try it again.

  • Comment on Re: Kicking a Dead Horse - Math::Pari Install Problem

Replies are listed 'Best First'.
Re^2: Kicking a Dead Horse - Math::Pari Install Problem
by Anonymous Monk on Mar 26, 2010 at 10:10 UTC
    Get the tar.gz from the website. Hack the Makefile.pl in the cpan build directory (/root/.cpan/build/Math-Pari-2.01080604 in my case) & hack the $parisrc variable to point to it. perl Makefile.pl make make install