Author

Topic: Multipool error (Read 793 times)

ivc
newbie
Activity: 6
Merit: 0
July 01, 2011, 08:58:24 AM
#1
I love the idea of Multipool but when I run the script for the first time I get a function-not-found error.

Code:
$ ./Multipool.pl 0 run 2>&1 | tee -i log/001
Undefined subroutine &Multipool::shared_clone called at ./Multipool.pl line 61.

$ perl -v
This is perl, v5.10.0 built for i486-linux-gnu-thread-multi

Anyone else experiencing the same issue?

Edit:
Seems I missed a module

as root/user:
Code:
perl -MCPAN -e shell
$ install threads
$ install threads::shared
Jump to: