http://www.perlmonks.org?node_id=1046979


in reply to installing Math::Pari on Windows

Frequently the proper response to Math::Pari installation problems is actually to not install it. Why do you need it?

Replies are listed 'Best First'.
Re^2: installing Math::Pari on Windows
by Anonymous Monk on Jul 30, 2013 at 17:16 UTC

    Hi salva,

    I need to install it because it is a dependency for Net::SSH::Perl , the module i really want to install
      Using Net::SSH::Perl is not a great idea. Besides its dependency hell, the module has been unmaintained for a long time and has several know bugs.

      Nowadays, Net::SSH2 is a much better alternative, or for an easier to use API Net::SSH::Any.

        Net::SSH2 is dependent on Math::Pari too.
        I moved to using Net::SSH::Any and it works.
        Thank You