Thread
:
Problems when making and installing Perl
View Single Post
#
7
(
permalink
)
08-27-2006, 07:18 AM
dijichi2
OpenSource Builder & Moderator
Posts: 1,166
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"'
dijichi2
View Public Profile
Find all posts by dijichi2