in reply to Re: Unable to install Perl Module
in thread Unable to install Perl Module

Hello,

The module I am trying to install is Math::Pari, but the reason it fails is because of the prereq GP/Pari which is a library. I think it's just the url to that library changed and that is why the install ends up hanging.

Sincerely,
Sylla

Replies are listed 'Best First'.
Re^3: Unable to install Perl Module
by hippo (Archbishop) on Jul 24, 2018 at 16:30 UTC

    That would make sense. It is a known bug - have a look at that link and you will see that the module maintainer is aware of and may be able to fix the problem. If you think that the new FTP URL listed there will work for you then just keep an eye out for a new release of Math::Pari which should hopefully fix this.

    Until then, perhaps if you pre-install the pari library before trying to install the module it might succeed.