in reply to Re: Re: Math::Pari won't install
in thread Math::Pari won't install

first, you want to use

<code></code>
tags around the painfully long make output so it gets formatted all pretty.

then you might want to move your .cpan cache directory out of the / filesystem.

then i can only wish you good luck, Math::Pari gave me the most problems of any module i've every had the displeasure to have to use. it took days of tweaking/testing to get it to work. copy the tarball from your .cpan cache somewhere, untar it, and read the README and INSTALL (and the ones from libpari) several times. i ended up having to start the make, let it fail, move some files around in the libpari tree, restart the make and let it finish before it would compile and pass it's tests.

Replies are listed 'Best First'.
Math::Pari won't install
by hpuxperl (Initiate) on Feb 17, 2003 at 18:56 UTC
    Was your compile under HPUX by chance. Also, you didnt happen to make some notes on how to get it working did you? Thanks