Red Hat ENTERPRISE LINUX 5.1 - LINUX ORACLE Tuning Manual page 118

Oracle 9i and 10g tuning guide
Table of Contents

Advertisement

Chapter 29. Oracle 10g and Linux Installation Errors and Troubleshooting
The log file shows the following error:
INFO: Creating /u01/app/oracle/oracle/product/10.2.0/db_1/lib/liborasdkbase.so.10.2
INFO: gcc:
INFO: /usr/lib/libstdc++.so.5: No such file or directory
INFO:
INFO: /u01/app/oracle/oracle/product/10.2.0/db_1/bin/genorasdksh:
Failed to link liborasdkbase.so.10.2
This 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 following
RPM to fix this problem:
# rpm -Uvh compat-libstdc++-33-3.2.3-47.3.i386.rpm
You need the "33" version of the compat-libstdc++ RPM. For i386 there is also a "296" version of the
compat-libstdc++ RPM. Here are the two compat-libstdc++ RPMs that come with Red Hat
Enterprise Linux 4 Update 2:
compat-libstdc++-296-2.96-132.7.2.i386.rpm
compat-libstdc++-33-3.2.3-47.3.i386.rpm
After that hit Retry in the error dialog window.
Error in invoking target 'all_no_orcl' of makefile
The 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 used
when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
INFO: /u01/app/oracle/oracle/product/10.2.0/db_1/bin/genorasdksh:
Failed to link liborasdkbase.so.10.2
This 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 the
https://rhn.redhat.com/
binutils RPM from
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.rpm
For more information on this bug, see
1
http://sources.redhat.com/bugzilla/show_bug.cgi?id=679
112
http://oss.oracle.com/projects/compat-oracle/
or from
1
Bugzilla Bug 679
.

Advertisement

Table of Contents
loading

Table of Contents