I am trying to use threads in Perl, but I get the following errors when I do require threads
:
~ > perl -e 'require threads'
threads object version 1.07 does not match bootstrap parameter 1.71 at /System/Library/Perl/5.8.8/darwin-thread-multi-2level/XSLoader.pm line 94.
Compilation failed in require at -e line 1.
I am using OS X 10.5.7 and the default installation of Perl. Do I neeed to reinstall Perl, the threads module, or something?