Sunday, November 13, 2011

resolve undefined symbol: Perl_Gthr_key_ptr

When I upgrade my OS to Fedora16, such error occurs when I ran my perl program. use yum to reinstall perl dose not work.
The solution is as following
1 rm -rf /usr/local/lib64/perl5
2 reintall perl
This should work

No comments:

Post a Comment