in reply to Re^4: using Net::SSH::Perl: problem with Math::Pari
in thread using Net::SSH::Perl: problem with Math::Pari

I compiled Net::SSH and Net::SSH::Perl on CentOS with no issues. Make sure you do something like this to prepare the basic install with all the development headers, binaries etc.

$ yum groupinstall "Development Tools" $ yum install kernel-devel

Although yum install widget is very convenient, the headers typically live in widget-devel which can be an issue. Say you install mysql and then try to install DBD::MySql. This will choke until you yum install mysql-devel.

Replies are listed 'Best First'.
Re^6: using Net::SSH::Perl: problem with Math::Pari
by Anonymous Monk on May 09, 2008 at 05:20 UTC
    Thank you, I will pay attention to this when configuring the centOS.