Link to home
Start Free TrialLog in
Avatar of LavanyaBabu
LavanyaBabu

asked on

linux rpm install

I am trying to install few rpms in linux centos, below is the error i am getting.

[root@rac1 oracle]# rpm -Uvh compat-libstdc++-7.3-2.96.128.i386.rpm
warning: compat-libstdc++-7.3-2.96.128.i386.rpm: V3 DSA signature: NOKEY, key ID a7048f8d
Preparing...                ########################################### [100%]
        file /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so from install of compat-libstdc++-7.3-2.96.128 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.128 conflicts with file from package compat-libstdc++-296-2.96-132.7.2

plz suggest.

Regards
Avatar of arnold
arnold
Flag of United States of America image

You have to be careful about updating libstdc.
Check your distro info to see the upgrade path.
Avatar of LavanyaBabu
LavanyaBabu

ASKER

Sorted this out
There's no problem installing newer versions libstdc++.  In this case, you are trying to install an older version.

Arnold is probably thinking about upgrading glibc, which is problematic.  
hi ,

it looks like the package which you are trying to update is not the recommended update version of the package which you have already installed.since it is giving conflict error.

plaase try with yum

yum update package name
ASKER CERTIFIED SOLUTION
Avatar of hossamshaaban
hossamshaaban
Flag of Egypt image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial