From: jose_luis_fdez_diaz_news on

Hi,

When I run the "runInstaller" script, the message below is shown:

[oracle(a)llamas Disk1]$ ./runInstaller
[oracle(a)llamas Disk1]$ Initializing Java Virtual Machine from
/tmp/OraInstall2005-02-24_03-10-39PM/jre/bin/java. Please wait...
Error occurred during initialization of VM
Unable to load native library:
/tmp/OraInstall2005-02-24_03-10-39PM/jre/lib/i386/libjava.so: symbol
__libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link
time reference



Any hint ?

Thanks in advance,
Jose Luis.

From: Laurenz Albe on
In comp.os.linux.setup jose_luis_fdez_diaz_news(a)yahoo.es wrote:
> When I run the "runInstaller" script, the message below is shown:
>
> [oracle(a)llamas Disk1]$ ./runInstaller
> [oracle(a)llamas Disk1]$ Initializing Java Virtual Machine from
> /tmp/OraInstall2005-02-24_03-10-39PM/jre/bin/java. Please wait...
> Error occurred during initialization of VM
> Unable to load native library:
> /tmp/OraInstall2005-02-24_03-10-39PM/jre/lib/i386/libjava.so: symbol
> __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link
> time reference

The Java Runtime Environment that obviously comes with the installer
does not work with the C library that you have installed.

I searched the web for you, and arrived at
http://download-uk.oracle.com/docs/html/A96167_01/pre.htm#sthref106
which tells me that you need
SuSE Linux Enterprise Server 7 with kernel 2.4.7, and glibc 2.2.2

While you can probably ignore the SuSE requirement, the glibc prerequisite
makes sense.

What glibc do you have installed?

Yours,
Laurenz Albe
From: Laurenz Albe on
In comp.os.linux.setup Laurenz Albe <albe(a)culturallnospam.com> wrote:
> I searched the web for you, and arrived at
> http://download-uk.oracle.com/docs/html/A96167_01/pre.htm#sthref106
> which tells me that you need

Sorry, I goofed up.
The correct link for your version seems to be
http://download-uk.oracle.com/docs/html/B13670_03/toc.htm#BABJEGDH

Which gives recommendations for
Red Hat Enterprise Linux 2.1 and Red Hat Enterprise Linux 3

Yours,
Laurenz Albe
From: jose_luis_fdez_diaz_news on


glibc-2.3.4

Regards,
Jose Luis.

Laurenz Albe wrote:
> In comp.os.linux.setup jose_luis_fdez_diaz_news(a)yahoo.es wrote:
> > When I run the "runInstaller" script, the message below is shown:
> >
> > [oracle(a)llamas Disk1]$ ./runInstaller
> > [oracle(a)llamas Disk1]$ Initializing Java Virtual Machine from
> > /tmp/OraInstall2005-02-24_03-10-39PM/jre/bin/java. Please wait...
> > Error occurred during initialization of VM
> > Unable to load native library:
> > /tmp/OraInstall2005-02-24_03-10-39PM/jre/lib/i386/libjava.so:
symbol
> > __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with
link
> > time reference
>
> The Java Runtime Environment that obviously comes with the installer
> does not work with the C library that you have installed.
>
> I searched the web for you, and arrived at
> http://download-uk.oracle.com/docs/html/A96167_01/pre.htm#sthref106
> which tells me that you need
> SuSE Linux Enterprise Server 7 with kernel 2.4.7, and glibc 2.2.2
>
> While you can probably ignore the SuSE requirement, the glibc
prerequisite
> makes sense.
>
> What glibc do you have installed?
>
> Yours,
> Laurenz Albe

From: jose_luis_fdez_diaz_news on

I only want install the Client because I need it to run "tora" (Toolkit
for Oracle). Is it posible to install it on Fedora Core 3 ?

Regards,
Jose Luis.