in reply to using Net::SSH::Perl: problem with Math::Pari

Math::Pari is not the easiest module to install, but I presume you did not read the Math::Pari INSTALL file which details this problem and potential fixes. A Google for "Math::Pari hiremainder symbol not defined" brings up a link to this as the first result.

Have you tried Net::SSH? On unix this should install fine.

  • Comment on Re: using Net::SSH::Perl: problem with Math::Pari

Replies are listed 'Best First'.
Re^2: using Net::SSH::Perl: problem with Math::Pari
by Anonymous Monk on May 08, 2008 at 09:09 UTC
    Hello,

    well I tool a look at it, but I'm not able to use this information:

    — I have no GP/PARI directory on my system
    — I have no kernel*.o files in my libPARI directory

    I think there is something I don't understand at all.

    I'll try Net::SSH. Thank you for your answer!

      The error seems to occur when different compilers have compiled the OS and Perl. Net::SSH ought to work without problems but if you need to install Net::SSH::Perl on approach would be to compile your own Perl from source, then install Math::Pari (it will pull down lib pari itself for you) and then Net::SSH::Perl.

        I compiled perl from source with macports, as well as pari and Math::Pari.

        But anyway, I use SSH2 and it works perfectly well. I just have to test the script on a centOS machine. If it works, then it's all I need.

        Thank you everybody for your help!