Installing Apache to CentOs 5.7 (problems with repo)
Posted
by
C.S.Putra
on Server Fault
See other posts from Server Fault
or by C.S.Putra
Published on 2012-01-16T07:33:17Z
Indexed on
2014/06/07
15:27 UTC
Read the original article
Hit count: 315
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?
© Server Fault or respective owner