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


in reply to Math::Pari Installation Error

Installing Net::SFTP and all its dependencies is not an easy task. AIX is not a particularly friendly platform for installing XS modules either, so it can get even more difficult.

Try using Net::SFTP::Foreign (or Net::SFTP::Foreign::Compat that's compatible with Net::SFTP at the API level) instead. Its only dependency is IO::Pty .

Replies are listed 'Best First'.
Re^2: Math::Pari Installation Error
by emerlyn (Initiate) on Apr 29, 2013 at 10:54 UTC

    Thanks!