Link error installing 10gR2 on CentOS 4.4
569127May 9 2007 — edited May 9 2007Hello,
I'm trying to install 10gR2 on CentOS 4.4.
The installation halts on this error:
"Error in invoking target 'all_no_orcl ihsodbc' of makefile '/u01/app/oracle/10g/rdbms/lib/ins_rdbms.mk'"
From the installation log file, I can see that the error occurs when the installer is building "BASE ORASDK library". the compiler seems to be looking for file/folder /usr/lib/libstdc++.so.5, and can't find it.
And indeed, there's no such file. The ones I find on my system are:
/usr/lib/libstdc++.so.6
I suppose my version of the runtimes is too recent (I'm not exactly a unix expert).
How do I work around this?
Thanks in advance for your help.