View Single Post
  #7 (permalink)  
Old 08-27-2006, 07:18 AM
dijichi2 dijichi2 is offline
OpenSource Builder & Moderator
 
Posts: 1,158
Default

the log is pretty self explanatory, you:re missing dependencies, eg.
ERROR: the required Digest::SHA1 module is not installed.

try this:
perl -MCPAN -e 'install "Digest::SHA1"'
Reply With Quote