On Thu, 2011-09-15 at 00:35 +0200, Sebastiano Pilla wrote:
[root@picard ~]# ll /etc/yum.repos.d/ total 20K -rw-r--r-- 1 root root 1.9K Feb 8 2011 CentOS-Base.repo -rw-r--r-- 1 root root 631 Feb 8 2011 CentOS-Debuginfo.repo -rw-r--r-- 1 root root 626 Feb 8 2011 CentOS-Media.repo -rw-r--r-- 1 root root 4.6K Feb 8 2011 CentOS-Vault.repo
Please add an extra repo to the same directory
name: (your own choice) - something like this: centos-cr.repo
---------------contents---------------------
# CentOS-CR.repo # # The continuous release ( CR ) repository contains rpms from the # next point release of CentOS, which isnt itself released as yet. # # Look at http://wiki.centos.org/AdditionalResources/Repositories/CR # for more details about how this repository works and what users # should expect to see included / excluded
[cr] name=CentOS-$releasever - CR baseurl=http://mirror.centos.org/centos/$releasever/cr/$basearch/ gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
-------end------------------ (do not include this line)
and try again
yum clean all yum install httpd
and see what happens.