|
ok,the module doesn't work without threads.
The solution is to recompile Perl (with thread enabled) in a special place like ~/perlthreaded , create a bin directory in perlthreaded and compile perl ! then start your script with ~/perlthreaded/bin/perl 'yourscript'
... hope this will help someone ... |