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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: oracle 10gRel2 on RH EL4 Linux86

Re: oracle 10gRel2 on RH EL4 Linux86

From: Glenn Stauffer <alaxsxaq_at_gmail.com>
Date: Wed, 25 Jan 2006 19:56:58 -0500
Message-ID: <ba9513280601251656v56f910d5x3138807f0dd6dfe9@mail.gmail.com>


I just finished installing Oracle on a Sun v40z 4-way dual-core opteron system. I didn't worry about the environment variables that you mentioned, but thought I'd pass along something in case you are doing your install on a 64bit platform.

/usr/bin/gcc is a shell script which you'll need to edit to enable 64bit compiles:

#exec /usr/bin/gcc32 -static-libgcc
-B/usr/lib/gcc-lib/i386-redhat-linux/2.96/ "$@" exec /usr/bin/gcc32 -static-libgcc
-B/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/ "$@"

This was our first 64bit install, so we had to track this down to get the Oracle software to link.

--Glenn

On 1/25/06, Tanel Põder <tanel.poder.003_at_mail.ee> wrote:
> RHAS4 has 2.6 kernel, maybe that's the reason why the LD_ASSUME_KERNEL issue
> has disappeared.
>
> The 10.2.0.1's oraenv script does still have LD_LIBRARY_PATH in it.
>
> Tanel.
>
> ----- Original Message -----
> From: "Joe Smith" <joe_dba_at_hotmail.com>
> To: <oracle-l_at_freelists.org>
> Sent: Wednesday, January 25, 2006 8:40 AM
> Subject: oracle 10gRel2 on RH EL4 Linux86
>
>
> >I am looking thru the Oracle install docs for 10.2.0.1.0 on EL 4 on
> >Linux86. I see no mention of the env variables:
> >
> > LD_ASSUME_KERNEL
> > LD_LIBRARY_PATH
> >
> > did Oracle drop these vars for 10gRel2?
> >
> > Is LD_ASSUME_KERNEL to enable glibc optimizations only on RH EL3?
> >
> > thanks.
> >
> > _________________________________________________________________
> > On the road to retirement? Check out MSN Life Events for advice on how to
> > get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
> >
> > --
> > http://www.freelists.org/webpage/oracle-l
> >
> >
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jan 25 2006 - 18:56:58 CST

Original text of this message

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