gcc 3.4.6 dependency issue on CentOS 6.2 with Oracle 11gR2
916923Feb 11 2012 — edited Feb 13 2012Hi All,
I'm still missing two packages needed to start the installation.
Package: gcc-c++-3.4.6
Package: libstdc++-devel-3.4.6
With the libstdc dependent on gcc, I'm running into some issues.
Looks like gcc is installed and reached by the path. Here is some output:
#rpm -q gcc
gcc-4.4.6-3.el6.x86_64
#/usr/bin/which gcc
/usr/bin/gcc
Is there a linking issue I'm facing here or do I have to work on getting two versions of gcc to coexist in the environment?
Thanks in advance.