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

Home -> Community -> Usenet -> c.d.o.server -> Re: segmentation fault installing 8.0.5 on RedHat Linux 6.0

Re: segmentation fault installing 8.0.5 on RedHat Linux 6.0

From: Amit Ghosh <mail_at_ghosh.de>
Date: Thu, 9 Sep 1999 15:16:48 +0200
Message-ID: <7r8bv1$tj8$1@news.online.de>


SuSE 6.2 as well as RedHat 6.0 are glibc-2.1 based, while Oracle needs glibc-2.0. This causes the described problems.

You can find instructions for installing Oracle under RedHat 6.0 at

  http://jordan.fortwayne.com/oracle/rh6x.html

(don't know if it works, I use SuSE).

The rest of this posting is for users of SuSE 6.2.

  1. Get Oracle 8.0.5.1 EE (this is the only supported version under SuSE 6.2! But 8i should be supported shortly).
  2. Unpack the ~170MB file into a directory of your choice.
  3. Download g20binut.rpm, g20egcs.rpm, g20glibc.rpm and g20libs.rpm from ftp.suse.com.
  4. Install those file you just downloaded. This will install glibc-2.0 compatibility in your system.
  5. Get a file named oracle8051-suse62.tar.gz from ftp.suse.com and unpack it. There are four files in this archive: patch.gz, orarun.rpm, tcl_old.rpm and libtcl7.5.so. Install the RPMs and the .so file.
  6. Change to the directory into which you extracted the Oracle installation and apply the patch (zcat ..../patch.gz | patch -p1).
  7. Install Oracle.

Hope this helps!

Amit

<pascal_revillard_at_my-deja.com> schrieb in im Newsbeitrag: 7r7urr$20p$1_at_nnrp1.deja.com...
> I´ve exactly the same problem on Suse linux 6.2
> (there was no segmentation fault on Suse 6.0)
> ...
>
> In article <37d6a9ba.10604936_at_news.columbia.edu>,
> k_a_h_l_i_l_at_yahoo.com wrote:
> > Hello,
> >
> > I had problems installing 8.1.5, and since the
> general consensus was
> > that 8.0.5 is more stable, I tried to install
> that on RedHat Linux
> > 6.0.
> >
> > I get mostly through the installation process,
> until it has to use
> > svrmgrl, lsnrctl, or sqlplus. All three of these
> commands result in a
> > segmentation fault. However, svrmgrlO and
> lsnrctl0 will both work
> > fine. I tried copying these files to svrmgrl and
> lsnrctl, and the
> > installation proceeded with no problem until it
> had to use sqlplus,
> > which has no sqlplus0 or sqlplusO equivalent.
> >
> > I'm not sure if it is related, but earlier in
> the installation there
> > was a message about ULIMIT being set to
> unlimited.
> >
> > Any info about fixing the segmentation fault
> problem is much
> > appreciated! Thanks
> > -Matt
> >
>
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Thu Sep 09 1999 - 08:16:48 CDT

Original text of this message

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