When we try to install on centos 7 as per guide it gives this error:
yum install mod_security
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
- base: centos.mirrors.estointernet.in
- epel: repos.del.extreme-ix.org
- extras: centos.mirrors.estointernet.in
- updates: centos.mirrors.estointernet.in
Resolving Dependencies
--> Running transaction check
---> Package mod_security.x86_64 0:2.9.2-1.el7 will be installed
--> Processing Dependency: httpd-mmn = 20120211x8664 for package: mod_security-2.9.2-1.el7.x86_64
--> Processing Dependency: httpd for package: mod_security-2.9.2-1.el7.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: mod_security-2.9.2-1.el7.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: mod_security-2.9.2-1.el7.x86_64
--> Running transaction check
---> Package apr.x86_64 0:1.4.8-3.el7_4.1 will be installed
---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
---> Package mod_security.x86_64 0:2.9.2-1.el7 will be installed
--> Processing Dependency: httpd-mmn = 20120211x8664 for package: mod_security-2.9.2-1.el7.x86_64
--> Processing Dependency: httpd for package: mod_security-2.9.2-1.el7.x86_64
--> Finished Dependency Resolution
Error: Package: mod_security-2.9.2-1.el7.x86_64 (base)
Requires: httpd-mmn = 20120211x8664
Error: Package: mod_security-2.9.2-1.el7.x86_64 (base)
Requires: httpd
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Any idea what could be the issue ?
Thanks