in reply to Perl 5.10 and Math::Pari

Does anyone know where Math::Pari stands? I'm trying to use perl 5.8.9 with Net::SSH::Perl which requires Crypt::RSA which requires Math::Pari. It generally works if you don't use threads. When you do it segfaults in XS_Math__Pari_DESTROY.

Replies are listed 'Best First'.
Re^2: Perl 5.10 and Math::Pari
by syphilis (Archbishop) on Oct 12, 2010 at 07:57 UTC
    To not answer your question:
    Net::OpenSSH and Net::SSH2 are generally considered to be better options than Net::SSH::Perl (which is not being actively maintained, and has problems).

    Cheers,
    Rob
      A better fit for code written to Net::SSH::Perl is Net::SSH2::Simple. This is mostly working for me, however, I have an indefinite loop on processing output under threads while (!$chan->eof()).
        If you post your code, we could help you:-).