Need help with Perl version 5.10.1 on RedHat Linux 6.0. I have searched related topics on StackOverflow but this does not relate to common "Symbol lookup error"
I am trying to run a perl script returns
/usr/bin/perl: symbol lookup error: ./../lib/i386-linux-thread-multi/auto/Math/Pari/Pari.so: undefined symbol: Perl_Tstack_sp_ptr.
and
./../lib/i386-linux-thread-multi/auto/IO/Tty/Tty.so: undefined symbol: Perl_Tstack_sp_ptr
I have tried:
- updated IO module from CPAN to latest IO-1.25
- yum update: to get system up-to-date.
- updated Math-Pari-2.010808 from CPAN
- updated Tty from CPAN