Bitcoin Forum
April 23, 2024, 01:06:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Multipool error  (Read 780 times)
ivc (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
July 01, 2011, 12:58:24 PM
Last edit: July 01, 2011, 01:31:53 PM by ivc
 #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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!