where do I find 32 bit version of gcc 4.4 compilers package for installing on Oracle Linux 6.5
Hi Oracle Linux Experts,
May I know where I can find 32 bit version of gcc 4.4 compilers package for installing on Oracle Linux 6.5?
Here is issue background:
While trying to install one of 32-bit Oracle communications product(BRM) on Oracle Linux (OEL 6.5) VM server , installation of this 32-bit application is failing with following error
====
/opt/portal/7.5/bin/cm: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
====
Based on further triage, seems like the reason for the error is --- missing of 32 bit version gcc libraries on this OEL6.5 server where as BRM is a 32 bit application, it requires 32 bit version of gcc libraries.