Bitcoin Forum

Other => Beginners & Help => Topic started by: ivc on July 01, 2011, 12:58:24 PM



Title: Multipool error
Post by: ivc on July 01, 2011, 12:58:24 PM
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