I think your problem may be that you installed from a 'tar' file and not a RPM.
Did you do a 'rpm -i apache-2.0.45....' or just do a tar xf apache-2.0.45.tar
If you just did the tar, then the RPM database will not be updated to show you have installed the apache package. So when you query for the apache package it will report that it is not installed.
If you installed Apache 2.x from a RPM package, it will be listed as httpd-x.x.x in the RPM database, rather than apache-x.x.x. The apache-x.x.x RPMs are for the Apache 1.3 branch. An "rpm -qa | grep httpd" will show any Apache 2.x packages installed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.