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: oracle 8.1.6 installation(linux) problem

Re: oracle 8.1.6 installation(linux) problem

From: Matthai Kurian <kurian_at_sipo.gess.ethz.ch>
Date: Mon, 05 Feb 2001 11:35:37 +0100
Message-ID: <3A7E81F9.AAAAAD8@sipo.gess.ethz.ch>

Hello
the glibc version on RedHat 7 is newer than your Oracle distribution. It will work if you make a few changes and then relink everything.
The changes I made are the following:
perl -pi -e 's|CC=cc|CC=i386-glibc21-linux-gcc|sg;' `find . -name '*.mk' -print`
perl -pi -e 's|LINK=\$\(LDCCOM\)|LINK=i386-glibc21-linux-gcc|sg;' `find . -name '*.mk' -print`
perl -pi -e 's|LINK=\$\(PURECMDS\)\ gcc|LINK=\$\(PURECMDS\)\ i386-glibc21-linux-gcc|sg;' `find . -name '*.mk' -print` Then run relink.

There is more information here:
http://groups.yahoo.com/group/oracle-on-linux/message/1941

Hope this helps
Matthai Kurian Received on Mon Feb 05 2001 - 04:35:37 CST

Original text of this message

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