I'm getting an error when trying to reinstall DBI module using perl-cpan,
cpan[1]> install DBI
CPAN: Storable loaded ok (v2.27)
Going to read '/root/.cpan/Metadata'
Database was generated on Sat, 02 Jul 2011 18:27:42 GMT
CPAN: LWP::UserAgent loaded ok (v6.02)
perl: symbol lookup error: /usr/local/lib/perl5/auto/Time/HiRes/HiRes.so: undefined symbol: Perl_Istack_sp_ptr
In fact this happens for any other module as well.
Also, just searching for the module returns the same error:
cpan[2]> i /DBI/
CPAN: Storable loaded ok (v2.27)
Going to read '/root/.cpan/Metadata'
Database was generated on Sat, 02 Jul 2011 18:27:42 GMT
CPAN: LWP::UserAgent loaded ok (v6.02)
perl: symbol lookup error: /usr/local/lib/perl5/auto/Time/HiRes/HiRes.so: undefined symbol: Perl_Istack_sp_ptr
I've tried installing it manually from the source, with same result.
I've noticed things broke after I've upgraded to Fedora 16. All was working well in Fedora 15.
# uname -r
3.1.2-1.fc16.i686.PAE
# perl -v
This is perl 5, version 14, subversion 2 (v5.14.2) built for i386-linux-thread-multi
Any ideas please?