1828225 Members
2323 Online
109975 Solutions
New Discussion

rpms for oracle

 
avik
Valued Contributor

rpms for oracle

When I am installing the rpms for oracle, I am getting the below found error for one of the rpm. Has anyone any idea whats happening ?


[root@LI0DB02S Desktop]# rpm -ivh compat-gcc-c++-7.3-2.96.128.i386.rpm
warning: compat-gcc-c++-7.3-2.96.128.i386.rpm: V3 DSA signature: NOKEY, key ID a7048f8d
error: Failed dependencies:
compat-libstdc++ = 7.3 is needed by compat-gcc-c++-7.3-2.96.128.i386
compat-libstdc++-devel = 7.3 is needed by compat-gcc-c++-7.3-2.96.128.i386
2 REPLIES 2
Vitaly Karasik_1
Honored Contributor

Re: rpms for oracle

it just says that you should install compat-libstdc++ & compat-libstdc++-devel packages before. You can run


rpm -iv compat-gcc-c++-7.3-2.96.128.i386.rpm compat-libstdc++-7.3.x.y.rpm compat-libstdc++-devel-7.3.x.y.rpm
avik
Valued Contributor

Re: rpms for oracle

thanx