I'm trying to run "yum update" on "CentOS release 3.4 (final)":
But I'm getting an error:
<snip> Package mod_ssl needs httpd = 2.0.46-44.ent.centos.2, this is not available. </snip>
However:
</snip>
[root@dev1 root]# rpm -qa | grep httpd httpd-devel-2.0.46-44.ent.centos.2 httpd-2.0.46-44.ent.centos.2 </snip>
It's installed.
So I try yum update httpd and get the same error message.
Any ideas?
Thanks.
Jeff