LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   conflict in extracting RPM (https://www.linuxquestions.org/questions/linux-newbie-8/conflict-in-extracting-rpm-607539/)

yusufs 12-18-2007 02:07 AM

conflict in extracting RPM
 
Hai all,

I need to apply this rpm compat-libstdc++-7.3-2.96.122.i386.rpm and it errors out with conflict as shown below :


[root@oracle7 d01]# rpm -iva compat-libstdc++-7.3-2.96.122.i386.rpm
warning: compat-libstdc++-7.3-2.96.122.i386.rpm: V3 DSA signature: NOKEY, key ID 73307de6
Preparing packages for installation...
file /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so from install of compat-libstdc++-7.3-2.96.122 conflicts with file from package compat-libstdc++-296-2.96-132.7.2
file /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so from install of compat-libstdc++-7.3-2.96.122 conflicts with file from package compat-libstdc++-296-2.96-132.7.2


Please let me know how can I resolve this conflict ?


Waiting
Yusuf

Simon Bridge 12-18-2007 02:18 AM

warning: compat-libstdc++-7.3-2.96.122.i386.rpm: V3 DSA signature: NOKEY, key ID 73307de6
... you don't have a gpg key for the package.

compat-libstdc++-296-2.96-132.7.2
... remove this package and try again.

Note: this may break other rpm's that depend on that package. Have you checked that there is no yum repository for your distro which includes this package (or an equivalent)?

yusufs 12-18-2007 02:25 AM

Quote:

Originally Posted by Simon Bridge (Post 2994345)
warning: compat-libstdc++-7.3-2.96.122.i386.rpm: V3 DSA signature: NOKEY, key ID 73307de6
... you don't have a gpg key for the package.

compat-libstdc++-296-2.96-132.7.2
... remove this package and try again.

Note: this may break other rpm's that depend on that package. Have you checked that there is no yum repository for your distro which includes this package (or an equivalent)?




Thanks Simon,

but

[root@oracle7 patch]# rpm -i compat-libstdc++-296-2.96
error: open of compat-libstdc++-296-2.96 failed: No such file or directory


how to get this resolved..


Yusuf

reddazz 12-18-2007 03:14 AM

Seems like you are trying to install two rpms that more or less provide the same packages. Have you tried installing Oracle without the compat-libstdc++-7.3-2.96.122.i386.rpm? Also note that to uninstall a package, you have to use "rpm -e" e.g.
Code:

rpm -e compat-libstdc++-296-2.96

yusufs 12-18-2007 05:33 AM

Quote:

Originally Posted by yusufs (Post 2994351)
Thanks Simon,

but

[root@oracle7 patch]# rpm -i compat-libstdc++-296-2.96
error: open of compat-libstdc++-296-2.96 failed: No such file or directory


how to get this resolved..


Yusuf



Thanks Moderator and Simon for that..


Yusuf


All times are GMT -5. The time now is 08:01 PM.