Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

rpm prob 1

Status
Not open for further replies.

kvashisht

IS-IT--Management
Sep 18, 2003
43
IN
hi

I am installed apache using apache-2.0.45.tar file.
now when i run

rom -q apache
its not listing apache.it is giving error apache is not installed.


Regds,
Kaushal Vashisht
 
Hi Kaushal,

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.

Scotty
 
search for all possible .rpms

rpm -qa | grep -i apache

If you installed from source, it won't be listed, but you might have a prior version installed by RPM that may cause you pain in the future.

"Surfinbox Shares" - A fundraising program that builds revenue from dialup Internet users.
 
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.


ChrisP
RHCE, LPIC-1, CCNA, CNE, MCSE, +10 others
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top