Operating System - Linux
1753317 Members
6882 Online
108792 Solutions
New Discussion юеВ

rpm -q showing error in el5

 
ani007
Super Advisor

rpm -q showing error in el5

any idea why is showing like this

[root@xxx bin]# rpm -q --whatprovides /opt/EMPsysedge/bin/sysedge
file /opt/EMPsysedge/bin/sysedge is not owned by any package
[root@amrndhl195 bin]#

we r using RHEL 5.Its working in El4
3 REPLIES 3
ani007
Super Advisor

Re: rpm -q showing error in el5

issue fixed
Matti_Kurkela
Honored Contributor

Re: rpm -q showing error in el5

It means your system's RPM database of installed files does not know anything about /opt/EMPsysedge/bin/sysedge.

Perhaps the /opt/EMPsysedge directory tree was not installed using the RPM package tools, but instead copied from some other system?

Or perhaps your RPM database has been corrupted at some point, and you've had to restore an earlier version from backups? If the backup was from the time before the installation of /opt/EMPsysedge, the backup naturally contained no information about it.

MK
MK
ani007
Super Advisor

Re: rpm -q showing error in el5

HI Matti,
Tnx for ur reply.U r right /opt/EMPsysedge directory tree was not installed using the RPM package tools....now we hv installed it from rpm.It's working fine now.Tnx for ur help.

Regards,
ANi