Yum update problem (httpd >= 2.2.0 and httpd-mmn)

Issues related to applications and software problems
Post Reply
sadlyblue
Posts: 2
Joined: 2015/03/09 12:55:01

Yum update problem (httpd >= 2.2.0 and httpd-mmn)

Post by sadlyblue » 2015/06/18 15:33:30

Hi,
I'm trying to do a yum update, but i get the following errors:
Error: Package: mod-php-5.6-apache2-zend-server-5.6.7-1.x86_64 (Zend)
Requires: httpd >= 2.2.0
Error: Package: mod-php-5.5-apache2-zend-server-5.5.23-5.x86_64 (Zend)
Requires: httpd >= 2.2.0
You could try using --skip-broken to work around the problem
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
php-5.5.22-1.el6.remi.x86_64 has missing requires of httpd-mmn = ('0', '20051115', None)

The output of httpd -v is:
Server version: Apache/2.4.12 (Unix)
Server built: Jun 3 2015 12:39:44
Cpanel::Easy::Apache v3.30.1 rev9999

I tried searching the internet on how to fix these messages. But with no luck so far.
Can someone help, please?

Thank you

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Yum update problem (httpd >= 2.2.0 and httpd-mmn)

Post by TrevorH » 2015/06/18 16:20:51

You're not running anything that CentOS supplies there. On CentOS 6 the supplied httpd is 2.2.15 not 2.4.12. Even CentOS 7 only has 2.4.6. In addition, your installed php package comes from the 'remi' yum repository and is not supported here. I also see mention of cpanel in that list and they have their own support channels which you should use. Installation of cpanel on a CentOS system replaces many core components of CentOS and any advice that we might give that would be applicable to a CentOS system might break a cpanel one completely.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply