Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Problems installing Oracle 9i (9.2.0.4.0) Client on Linux ..

 
   Soft32 Home -> Linux2 Arch -> Setup RSS
Next:  Device drivers  
Author Message
jose_luis_fdez_diaz_news

External


Since: Feb 24, 2005
Posts: 10



(Msg. 1) Posted: Thu Feb 24, 2005 12:19 am
Post subject: Problems installing Oracle 9i (9.2.0.4.0) Client on Linux Fedora Core 3
Archived from groups: comp>os>linux>misc, others (more info?)

Hi,

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

[oracle@llamas Disk1]$ ./runInstaller
[oracle@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.
Back to top
Login to vote
jose_luis_fdez_diaz_news

External


Since: Feb 24, 2005
Posts: 10



(Msg. 2) Posted: Thu Feb 24, 2005 1:03 am
Post subject: Re: Problems installing Oracle 9i (9.2.0.4.0) Client on Linux Fedora Core 3 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

glibc-2.3.4

Regards,
Jose Luis.

Laurenz Albe wrote:
> In comp.os.linux.setup jose_luis_fdez_diaz_news DeleteThis @yahoo.es wrote:
> > When I run the "runInstaller" script, the message below is shown:
> >
> > [oracle@llamas Disk1]$ ./runInstaller
> > [oracle@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
Back to top
Login to vote
jose_luis_fdez_diaz_news

External


Since: Feb 24, 2005
Posts: 10



(Msg. 3) Posted: Thu Feb 24, 2005 1:21 am
Post subject: Re: Problems installing Oracle 9i (9.2.0.4.0) Client on Linux Fedora Core 3 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.
Back to top
Login to vote
mjt

External


Since: Aug 28, 2004
Posts: 537



(Msg. 4) Posted: Thu Feb 24, 2005 4:59 am
Post subject: Re: Problems installing Oracle 9i (9.2.0.4.0) Client on Linux Fedora Core 3 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

jose_luis_fdez_diaz_news.RemoveThis@yahoo.es wrote:

> Any hint ?

export LD_ASSUME_KERNEL=2.2.5

might want to put that in ~/.bashrc
and ~/.profile to be safe

--
<< http://michaeljtobler.homelinux.com/ >>
Sooner or later you must pay for your sins. (Those who have already
paid may disregard this fortune).
Back to top
Login to vote
Laurenz Albe

External


Since: Apr 11, 2005
Posts: 112



(Msg. 5) Posted: Thu Feb 24, 2005 8:52 am
Post subject: Re: Problems installing Oracle 9i (9.2.0.4.0) Client on Linux Fedora Core 3 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In comp.os.linux.setup jose_luis_fdez_diaz_news.DeleteThis@yahoo.es wrote:
> When I run the "runInstaller" script, the message below is shown:
>
> [oracle@llamas Disk1]$ ./runInstaller
> [oracle@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
Back to top
Login to vote
Laurenz Albe

External


Since: Apr 11, 2005
Posts: 112



(Msg. 6) Posted: Thu Feb 24, 2005 8:59 am
Post subject: Re: Problems installing Oracle 9i (9.2.0.4.0) Client on Linux Fedora Core 3 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In comp.os.linux.setup Laurenz Albe <albe DeleteThis @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
Back to top
Login to vote
Davide Bianchi

External


Since: Feb 09, 2004
Posts: 903



(Msg. 7) Posted: Thu Feb 24, 2005 9:45 am
Post subject: Re: Problems installing Oracle 9i (9.2.0.4.0) Client on Linux Fedora Core 3 [Login to view extended thread Info.]
Imported from groups: comp>os>linux>setup (more info?)

This message is not archived
Back to top
Login to vote
Malte

External


Since: Feb 23, 2005
Posts: 3



(Msg. 8) Posted: Thu Feb 24, 2005 11:03 am
Post subject: Re: Problems installing Oracle 9i (9.2.0.4.0) Client on Linux Fedora [Login to view extended thread Info.]
Archived from groups: comp>os>linux>misc, others (more info?)

jose_luis_fdez_diaz_news DeleteThis @yahoo.es wrote:
> 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.
>
Here's some more info that may prove helpful.

http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295...,sid63_
Back to top
Login to vote
Michael Heiming

External


Since: Aug 19, 2003
Posts: 2577



(Msg. 9) Posted: Thu Feb 24, 2005 2:20 pm
Post subject: Re: Problems installing Oracle 9i (9.2.0.4.0) Client on Linux Fedora Core 3 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In comp.os.linux.misc jose_luis_fdez_diaz_news.RemoveThis@yahoo.es:
> Laurenz Albe wrote:
[..]
>> What glibc do you have installed?

> glibc-2.3.4

If there are those various compat-*.rpm (compat-glibc*.rpm/etc)
packages available for Fedora, as they come with rh, it shouldn't
be a problem, once you have installed those.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry.RemoveThis@urvzvat.qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 325: Your processor does not develop enough heat.
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Recommended Linux for Oracle RAC, Oracle apps, Ias - Hi all, After numerous hours attempting to get the Suse Personal Edition 8.2 OS to work in a normal manner, I am..

Problems intalling Tora (Oracle Toolkit) on Fedora - Hi, When I try to install the next package, the message below is shown: [root@llamas jdiaz]# rpm -Uhv..

Problems Installing Yellow Dog Linux 3.0 on Mac - Let me first say that I'm a newbie to the Mac; but not to the PC platform... I'm running RedHat and Windows on my PCs..

Problems when installing Linux on Microsoft Virtual PC - Hi all, I am a relative newbie when it comes to Linux, so please go slowly with me :) I have (apparently successfully...

Problems installing Debian "Sarge" Linux on SATA Hard Drive - Hello everybody, I recently recieved two 3.1 r1 "Sarge" installation disks that I wish to install on my comp...

Linux Partition for Oracle - Dear Friends, I have recently bought a 20 GB HDD and made it as a slave for my existing windows 2000 box. I wanna have...
       Soft32 Home -> Linux2 Arch -> Setup All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
 Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]