Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Fedora core 2 and Oracle 10g
Iain William Wiseman <bibble_at_paradise.net.nz> wrote in
news:41c4b0e6$1_at_clear.net.nz:
> Thanks for replying,
>
> www.oracle-base.com. This is the exact site I used.
>
> I am not a novice at this on linux and have installed 8.0.6 upwards. I
> know it is a patch or something obvious. I have once installed on FC2
> but I cannot remember how. I am wondering if I uninstalled the new
> GLIBC. I used to with Oracle 9i.
>
> I have a fresh workstation install of FC2 and have installed the
> packages.
>
> I.E.
> rpm -Uvh compat-libstdc++-7.3-2.96.126.i386.rpm
> rpm -Uvh compat-libstdc++-devel-7.3-2.96.126.i386.rpm
> rpm -Uvh compat-db-4.1.25-2.1.i386.rpm
> rpm -Uvh compat-gcc-7.3-2.96.126.i386.rpm
> rpm -Uvh compat-gcc-c++-7.3-2.96.126.i386.rpm
>
> This is the output. (no surprise!)
>
> ./runInstaller
> /tmp/iain/oracle10g_old/Disk1/install/runInstaller:
> /lib/tls/libc.so.6: version `GLIBC_2.1' not found (required by
> /tmp/iain/oracle10g_old/Disk1/install/runInstaller)
> /tmp/iain/oracle10g_old/Disk1/install/runInstaller:
> /lib/tls/libc.so.6: version `GLIBC_2.2' not found (required by
> /tmp/iain/oracle10g_old/Disk1/install/runInstaller)
> /tmp/iain/oracle10g_old/Disk1/install/runInstaller:
> /lib/tls/libc.so.6: version `GLIBC_2.0' not found (required by
> /tmp/iain/oracle10g_old/Disk1/install/runInstaller)
>
> Iain
>
> Christoph Weizen wrote:
>> Iain William Wiseman wrote: >> >>> Hi, >>> >>> Having a bit of trouble running runInstaller because of GLIBC_2.0 >>> version not found when installing oracle 10.1.0.2 on Fedora Core 2 >>> >>> Followed the pages from google. >>> >>> Any pointers anyone, >>> >>> Thanks, >>> >>> Iain >> >> >> Hi, >> I installed (and running) Oracle 10.1.0.2 on FC2 without problems - >> but i realize a problem with Oracle 9.2 and FC2: .../libjava.so: >> symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 >> with link time reference. >> >> Please provide your complete error message. What CPU do you have, >> 32bit or 64bit? >> >> cheers, >> Christoph
Checking glibc RPMs
The glibc version that comes with RHELAS3, RH9, FC1, and FC3 CDs passed Oracle's "Product-specific Prerequisite" checks.
For RHELAS2.1 I had to upgrade glibc in order to pass Oracle's "Productspecific Prerequisite" checks. Oracle's recommended glibc version is 2.2.4.31.7 or higher. For RHELAS2.1 I downloaded the latest glibc RPMs and I executed the following command:
su - root
rpm -Uvh glibc-2.2.4-32.11.i686.rpm glibc-common-2.2.4-32.11.i386.rpm
from http://www.puschitz.com/InstallingOracle10g.shtml#CheckingKernelRPM
Alternatively you can invoke OUI with a command line qualifier directing it to avoid doing prerequisite checks Received on Sat Dec 18 2004 - 17:58:38 CST
![]() |
![]() |