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

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

The new version of cPanel, which is 11.36 is shipped with perl 5.14.3. well this 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

that’s it, enjoy your easyapache journey!

Incoming search terms:

  • !! failed to install cpan perl module(s) crypt::passwdmd5 !!
  • failed to install cpan perl module(s) crypt::passwdmd5
  • !! Failed to install CPAN Perl module(s) Digest::SHA1 Crypt::PasswdMD5 !!
  • easyapache failed to install cpan perl module(s) digest::sha1 crypt::passwdmd5
  • failed to install cpan perl module(s) digest::sha1 crypt::passwdmd5
  • Failed to install CPAN Perl module(s) Crypt::PasswdMD5 Digest::SHA1
  • failed to install cpan perl module(s) crypt::passwdmd5 !!
  • the MAHDI is not at crypt
  • cpan install
  • can\t locate crypt/passwdmd5 pm

Join the Conversation

2 Comments

  1. incase the above command did not work out for you just use cpan.

    first type “cpan”
    then:
    install Digest::SHA1 Crypt::PasswdMD5
    then exit cpan by typing “exit”

  2. Sounds like you have a corrupted perl install, to reinstall perl do the following:

    first try

    /scripts/fixperl

    if that doesn’t do it you’ll need a complete perl reinstall so do the following:

    wget http://httpupdate.cpanel.net/perl588installer.tar.gz
    tar xzvf perl588installer.tar.gz
    rm -rf perl588installer.tar.gz (skip this if you want to keep the tarball)
    cd perl588installer/
    ./install

    it’ll take awhile but when it’s done it should be fixed.

Leave a comment

Leave a Reply