Installing Apache to CentOs 5.7 (problems with repo)
- by C.S.Putra
I'm installing Apache on CentOS 5.7, I followed instructions here : http://www.if-not-true-then-false.com/2010/install-apache-php-on-fedora-centos-red-hat-rhel/
I've installed this also :
Remi Dependency on CentOS 5 and Red Hat (RHEL) 5 ##
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
When I install this, there's warning:
/var/tmp/rpm-xfer.Bqu2xo: Header V3 DSA signature: NOKEY, key ID 217521f6
But it says that the package is alread installed.
Then I move on to 3rd steps:
yum --enablerepo=remi install httpd php php-common
But it says:
error getting repository data for remi, repository not found.
Why is it like that?