Quote:
Originally posted by bigjohn
Thanks, Joe. I had tried several values for LD_ASSUME_KERNEL and also tried yours to no avail. The sad part is that this error:
--------------------------------------------------------
Unable to load native library: /tmp/OraInstall2004-02-09_04-51-53PM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
--------------------------------------------------------
...(I believe) is just from the JRE, and since the Oracle Installer appears to be using its own (in the /tmp directory), there appears to be no way to fix it. I diddled with the runInstaller script to make it point to my version of java, but it does the same thing.
Also tried to install 10g (!!), which at least said "no" cleanly:
-----------------------------------------------------------
$ runInstaller
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-2.1, UnitedLinux-1.0 or redhat-3
Failed <<<<
Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2004-02-09_04-37-05PM/installActions2004-02-09_04-37-05PM.log
-----------------------------------------------------------
There is no Personal Edition for Linux. Running out of options.
|
1. In 9i is old version of JDK which have problems with newest glibc and also with kernels with nptl (Native Posix Thread Library which is included in RH kernels).
Simple solution is change existing JDK to actual version (1.4.2) ar downgrade glibc and recompile the kernel.
2. This is simple hack how you can "blame" the 10g installer.
If you have Fedora just open /etc/redhat-release file and change this value "Fedora Core release 1 (Yarrow)" to this value "Red Hat Enterprise Linux ES release 3 (Taroon)" and voila.... installation is done without any error.
In other Linux distros just create the redhat-release in /etc directory with above text inside.