Forum Moderators: phranque
I have fedora 7 and it works fine.
I want to install apache but fail with binaries, rpm,yum and src. I checked to see if apache is already there as well with grep.
I can't understand what i am doing wrong . I downloaded the apache2.0 for fedora rpm's.
I have spent a lot of time trying to just get this to work so please can someone tell me how can i get apache installed?
eg of what i am doing on my linux
root@localhost install]# ls
httpd-2.0.59-1.i386.rpm
[root@localhost install]# yum install apache
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
Could not retrieve mirrorlist [mirrors.fedoraproject.org...]
pdates-released-f7&arch=i386 error was
[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Error: Cannot open/read repomd.xml file for repository: updates
[root@localhost install]# yum install httpd-2.0.59-1.i386.rpm
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
Examining httpd-2.0.59-1.i386.rpm: httpd - 2.0.59-1.i386
httpd-2.0.59-1.i386.rpm: does not update installed package.
Nothing to do
[root@localhost install]# ls
httpd-2.0.59-1.i386.rpm
[root@localhost install]#
[root@localhost install]# rpm -qa ¦ grep apache
ant-apache-bcel-1.6.5-4jpp.2.fc7
ant-apache-regexp-1.6.5-4jpp.2.fc7
ant-apache-log4j-1.6.5-4jpp.2.fc7
ant-apache-oro-1.6.5-4jpp.2.fc7
ant-apache-resolver-1.6.5-4jpp.2.fc7
[root@localhost install]#
well i want to have apache2 and not apache 2.2, and for earlier php reasons.
Also I wouldn't mind knowing how to uninstall and reinstall stuff for my own linux skills.
using rpm to unistall causes problems doesn't it.
Maybe the reason nothing installed before was that apache already exists
hope it helps!