Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> runInstaller problem on RedHat 5.2

runInstaller problem on RedHat 5.2

From: Jérome <info_at_tsar.yi.org>
Date: Tue, 26 Feb 2002 12:03:56 +0100
Message-ID: <3c7b6ba7$0$21251$626a54ce@news.free.fr>


Hello,
I try to install an Oracle Database on a RedHat server 5.2.

I tried with 8i (8.1.7 downloaded from technet.oracle.com )but I had to upgrade glibc to 2.1 ( glibc-2.1.3-15.i386.rpm ) because runInstaller said "segmentation fault" and to upgrade to Xfree 4.1 because my videocard was not detected on 3.6.
When I try to start runInstaller as oracle user from Disk1/install/linux it says :



Initializing Java virtual Machine from /tmp/Disk1/ .......(...) please wait ....
sigaltstack : Function not implemented
sigaltstack : Function not implemented
sigaltstack : Function not implemented
sigaltstack : Function not implemented

/tmp/Disk1/stage/Components/(...)/jre: error in loading shared libraries: /usr/X11R6/lib/libX11.so.6: undefined symbol: _fxstat

Maybe, but :



$> nm /usr/X11R6/lib/libX11.so.6 | grep _fxstat

        U _fxstat
$>

and:
$> ls -l /usr/X11R6/lib/libX11*

(...)  /usr/X11R6/lib/libX11.a
(...)  /usr/X11R6/lib/libX11.so -> /usr/X11R6/lib/libX11.so.6.2
(...)  /usr/X11R6/lib/libX11.so.6 -> /usr/X11R6/lib/libX11.so.6.2
(...)  /usr/X11R6/lib/libX11.so.6.1
(...)  /usr/X11R6/lib/libX11.so.6.2

$>

So what can I do to start correctly runInstaller.

Please help !!!

Bye.

Jérome Received on Tue Feb 26 2002 - 05:03:56 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US