Admin-Ahead Community

Linux => Control Panels => cPanel => Topic started by: Rahul Krishnan N on November 01, 2013, 01:32:43 am

Title: !! Failed to install CPAN Perl module(s) Crypt::PasswdMD5 !!
Post by: Rahul Krishnan N 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!
Title: Re: !! Failed to install CPAN Perl module(s) Crypt::PasswdMD5 !!
Post by: Givin Varghese on November 18, 2013, 12:48:15 am
 ;D
Title: Re: !! Failed to install CPAN Perl module(s) Crypt::PasswdMD5 !!
Post by: red_tux 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
Title: Re: !! Failed to install CPAN Perl module(s) Crypt::PasswdMD5 !!
Post by: mohitht on January 24, 2014, 07:20:31 am
 :)
Title: Re: !! Failed to install CPAN Perl module(s) Crypt::PasswdMD5 !!
Post by: tensin 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