Published by exdone
Posted on July 10, 2011
Error: Missing Dependency: httpd = 2.2.3-22.el5.centos.1 is needed by package httpd-devel-2.2.3-22.el5.centos.1.i386 (installed)
Run to check what is currently installed on the server
rpm -qa | grep httpd
simple fix :
Uninstall the current version of apache using yum
yum remove httpd
**make sure you backup any custom conf* files prior **