Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: !! Failed to install CPAN Perl module(s) Crypt::PasswdMD5 !!  (Read 7068 times)

0 Members and 1 Guest are viewing this topic.

Rahul Krishnan N

  • Guest
!! Failed to install CPAN Perl module(s) Crypt::PasswdMD5 !!
« on: November 01, 2013, 01:32:43 am »
cPanel 11.36 is shipped with perl 5.14.3. that might make some problems for your cpan. Some of you might face an error while trying to run easyapache which says:

!! Failed to install CPAN Perl module(s) Crypt::PasswdMD5 !!

Well to fix this issue just run following command to install Crypt::PasswdMD5

# /usr/local/cpanel/bin/cpanm -n Digest::SHA1 Crypt::PasswdMD5

Once you have run the above code in SSH try Easy Apache again.

That didn’t work…
If the above code didn’t work run the following in SSH

# cpan
# install Digest::SHA1 Crypt::PasswdMD5
# exit


After running this try Easy Apache in WHM again and eveything should be working just fine!

Givin Varghese

  • Guest
Re: !! Failed to install CPAN Perl module(s) Crypt::PasswdMD5 !!
« Reply #1 on: November 18, 2013, 12:48:15 am »
 ;D

red_tux

  • Guest
Re: !! Failed to install CPAN Perl module(s) Crypt::PasswdMD5 !!
« Reply #2 on: January 24, 2014, 06:33:03 am »
In some extreme cases it wont help, you need to reinstall perl module.

first download cpanminus (info: http://search.cpan.org/~miyagawa/App-cpanminus-1.7001/lib/App/cpanminus.pm)

curl -L http://cpanmin.us | sudo perl - App::cpanminus
 
Run cpanminus as sudo.

sudo cpanm LWP::UserAgent

uninstall the perl module

cpanm -U LWP::UserAgent

Install again.

root@server [~]# cpan
cpan>
cpan> install LWP::UserAgent
cpan>exit
.

Now run easyapache

mohitht

  • Guest
Re: !! Failed to install CPAN Perl module(s) Crypt::PasswdMD5 !!
« Reply #3 on: January 24, 2014, 07:20:31 am »
 :)

tensin

  • Guest
Re: !! Failed to install CPAN Perl module(s) Crypt::PasswdMD5 !!
« Reply #4 on: January 30, 2014, 09:06:47 am »
If the above steps fails!

run below command.

/usr/bin/perl -MCPAN -e 'install Crypt::PasswdMD5'

ref: http://forums.cpanel.net/f442/easy-apache-failed-error-330351-3-print.html