Cant install any perl modules...

4u123

Well-Known Member
PartnerNOC
Jan 2, 2006
948
29
178
CPAN: checksum security checks disabled because Digest::SHA not installed.
Please consider installing the Digest::SHA module.

If I try and install Digest::SHA It simply returns the exact error.

Catch 22 !
 

4u123

Well-Known Member
PartnerNOC
Jan 2, 2006
948
29
178
Yes, also tried that before I came here.

Here is the output...

# /scripts/perlinstaller Digest::SHA
Method: Perl Expect
Testing connection speed...(this could take a while)....Done
Three usable mirrors located
Mirror Check passed for cpan.teleglobe.net (/index.html)
commit: wrote /usr/lib/perl5/5.8.5/CPAN/Config.pm
CPAN: Storable loaded ok
Going to read /home/.cpan/Metadata
Database was generated on Thu, 24 Nov 2005 14:54:20 GMT
Running install for module Digest::SHA
Running make for M/MS/MSHELOR/Digest-SHA-5.31.tar.gz

CPAN: checksum security checks disabled because Digest::SHA not installed.
Please consider installing the Digest::SHA module.

Scanning cache /home/.cpan/build for sizes
Deleting from cache: /home/.cpan/build/BSD-Resource-1.24 (10.8>10.0 MB)
Usage: Cwd::getcwd() at /usr/lib/perl5/5.8.5/File/Path.pm line 267.
 

avijit

Well-Known Member
Jul 26, 2004
116
0
166
India
You need to update the perl version of the server to the current one 5.8.7.
Code:
wget http://layer1.cpanel.net/perl587installer.tar.gz
tar zxf perl587installer.tar.gz
cd perl587installer
./install
Then run upcp:
/scripts/upcp --force

This should fix your issues.