LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   nzbperl error (https://www.linuxquestions.org/questions/linux-software-2/nzbperl-error-324342/)

jspaceman 05-17-2005 08:32 AM

nzbperl error
 
I used nzbperl version 0.6.2 to download binary files from usenet and it worked fine.

Now I've upgraded to nzbperl version 0.6.3, but I get an error when I try to run it:

Code:

snozzy@computerroom:~/nzbfiles$ perl nzbperl.pl giro.nzb
nzbperl.pl line 33:

This Perl hasn't been configured and built properly for the threads
module to work.  (The 'useithreads' configuration option hasn't been used.)

Having threads support requires all of Perl and all of the XS modules in
the Perl installation to be rebuilt, it is not just a question of adding
the threads module.  (In other words, threaded and non-threaded Perls
are binary incompatible.)

If you want to the use the threads module, please contact the people
who built your Perl.

Cannot continue, aborting.
BEGIN failed--compilation aborted at /usr/lib/perl5/5.8.6/i486-linux/threads.pm line 28.
Compilation failed in require at nzbperl.pl line 33.
BEGIN failed--compilation aborted at nzbperl.pl line 33.

Line 33 of nzbperl.pl reads:

Code:

use threads;
Does anybody know what's wrong? Is it a problem with nzbperl's code, or something wrong at my end?


All times are GMT -5. The time now is 10:24 PM.