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: Murching, Bob <bob_murching_at_BUDCO.com>
Date: Fri, 27 Jan 2006 10:27:01 -0500
Message-ID: <FDE18F41BE19D611A5AE00306E110E0F11749B0F@budco_exch1.budco.com>


If you install one of the recommended libraries (the compat* library posted on oss.oracle.com), /usr/bin/gcc will become a shell script wrapper for gcc.

I had to do this (and include a -m32 in /usr/bin/gcc) to get Grid Control Rel 2 to install under RH4 x86-64.

-----Original Message-----
From: Thomas Fox [mailto:belvdr_at_yahoo.com] Sent: Thursday, January 26, 2006 10:15 PM To: alaxsxaq_at_gmail.com; oracle-l_at_freelists.org Subject: Re: oracle 10gRel2 on RH EL4 Linux86

We didn't do that on any of our boxes. We installed the 64-bit libraries and it went fine. Also, if /usr/bin/gcc is a shell script, I would be concerned.
I've never seen that, and I can only assume you have the 32-bit version of the OS or gcc installed.

<code>

[root_at_oracle1 ~]# more /etc/redhat-release Red Hat Enterprise Linux AS release 4 (Nahant)
[root_at_oracle1 ~]# file /usr/bin/gcc
/usr/bin/gcc: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.4.0, dynamically linked (uses shared libs), stripped

</code>

--Tom

> 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



Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
--
http://www.freelists.org/webpage/oracle-l

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jan 27 2006 - 09:27:01 CST

Original text of this message

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