Nandulal

Registered
Apr 5, 2018
3
0
1
India
cPanel Access Level
Root Administrator
Hi,

I got mod security installation error while trying in two methods.

1. yum install mod_security

This was resulted in the belo dependancy error:
---
Error: Package: 1:mod_security-2.9.2-2748.el6.art.x86_64 (atomic)
Requires: httpd-mmn = 20051115
Error: Package: 1:mod_security-2.9.2-2748.el6.art.x86_64 (atomic)
Requires: httpd
---

2. Instaaling through EasyApache:

---
!! Failed to install CPAN Perl module(s) GnuPG Regexp::Assemble !!
---

Kindly help me to overcome this issue.
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,301
363
Houston
Hi @Nandulal

mod_security should not be installed through the atomic repo - if modsecurity is not already present at WHM>>Security Center>>ModSecurity Vendors/ModSecurity Tools/ModSecurity Configuration and installing through easyapache 4 gives the error noted:
Code:
!! Failed to install CPAN Perl module(s) GnuPG Regexp::Assemble !!
Does installing the Perl module allow it to complete?

You can install the module by running the following:

Code:
/scripts/perlinstaller GnuPG Regexp::Assemble
If it fails to install can you provide the error?