Chapter 29. Oracle 10g and Linux Installation Errors and Troubleshooting112The log file shows the following error:INFO: Creating /u01/app/oracle/oracle/product/10.2.0/db_1/lib/liborasdkbase.so.10.2INFO: gcc:INFO: /usr/lib/libstdc++.so.5: No such file or directoryINFO:INFO: /u01/app/oracle/oracle/product/10.2.0/db_1/bin/genorasdksh:Failed to link liborasdkbase.so.10.2This means that the "33" version of the compat-libstdc++ RPM is missing.Installing 10g R2 (10.2.0.1.0) on Red Hat Enterprise Linux 4 Update 2 x86 you require the followingRPM to fix this problem:# rpm -Uvh compat-libstdc++-33-3.2.3-47.3.i386.rpmYou need the "33" version of the compat-libstdc++ RPM. For i386 there is also a "296" version of thecompat-libstdc++ RPM. Here are the two compat-libstdc++ RPMs that come with Red HatEnterprise Linux 4 Update 2:compat-libstdc++-296-2.96-132.7.2.i386.rpmcompat-libstdc++-33-3.2.3-47.3.i386.rpmAfter that hit Retry in the error dialog window.Error in invoking target 'all_no_orcl' of makefileThe full error is listed below.Error in invoking target 'all_no_orcl' of makefile '/u01/app/oracle/oracle/product/10.2.0/db_1/rdbms/lib/ins_rdbms.mk'.See '/u01/app/oracle/oraInventory/logs/installActions2005-11-13_01-25-49AM.log' for details.The log file shows the following error:INFO: /usr/bin/ld: /u01/app/oracle/oracle/product/10.2.0/db_1/lib/libirc.a(fast_memcpy.o):relocation R_X86_64_PC32 against `_memcpy_mem_ops_method' can not be usedwhen making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad valuecollect2: ld returned 1 exit statusINFO: /u01/app/oracle/oracle/product/10.2.0/db_1/bin/genorasdksh:Failed to link liborasdkbase.so.10.2This error comes up when installing 10g R2 (10.2.0.1.0) on Red Hat Enterprise Linux 4 x86-64.Make sure to upgrade to Red Hat Enterprise Linux 4 Update 3, or higher, otherwise to download thebinutils RPM from https://rhn.redhat.com/ or from http://oss.oracle.com/projects/compat-oracle/files/RedHat/. After you have downloaded the RPM install it:# rpm -Uvh --force binutils-2.15.92.0.2-13.0.0.0.2.x86_64.rpmFor more information on this bug, see Bugzilla Bug 6791.1 http://sources.redhat.com/bugzilla/show_bug.cgi?id=679