As the subject states, I WAS having issues building EA3. Here are the entries from 2 different log files:
It appears that the LATEST version of CPanel is NOT installing all dependencies properly. NOT a single perl module, nor perl for that matter is getting installed with CPanel. I have found that I MUST go into the cpan command line to
AFTER I did all of this, only then was I able to build Apache3 successfully. This appears to be a major bug in your latest CPanel.
Code:
-- Begin opt 'Apache 2.4' --
!! Failed to install CPAN Perl module(s) Digest::SHA1 Crypt::PasswdMD5 !!
-- Begin opt 'Mod Security 2.9.0' --
!! Failed to install CPAN Perl module(s) Regexp::Assemble GnuPG !!
Code:
1: run cpan[1]> install CPAN to install the proper perl modules
2: run cpan[2]> upgrade to get the LATEST perl modules
3: run cpan[3]> install Digest::SHA1 Crypt::PasswdMD5
4: run cpan[4]> install Regexp::Assemble
5: run cpan[1]> install GnuPG::Interface