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 -> Oracle 9i (R2) on Linux FC4, close but still stuck

Oracle 9i (R2) on Linux FC4, close but still stuck

From: robert <robertlazarski_at_gmail.com>
Date: 21 Jul 2006 10:16:19 -0700
Message-ID: <1153502179.039284.15040@h48g2000cwc.googlegroups.com>


Hi all, I posted this in the fedora forums but that I'd give usenet a try.

I'm following this guide:

http://ivan.kartik.sk/oracle/install_ora9_fedora.html

I can run the installer, but I'm getting linking errors on files like:

Error in invoking target install of makefile
/opt/oracle/920/precomp/lib/ins_precomp.mk

Here is what I've got:

rpm -q gcc glibc-headers glibc-kernheaders glibc-devel compat-libstdc++ cpp compat-gcc
gcc-4.0.2-8.fc4

glibc-headers-2.3.5-10
glibc-kernheaders-2.4-9.1.94
glibc-devel-2.3.5-10

o pacote compat-libstdc++ não está instalado cpp-4.0.2-8.fc4
compat-gcc-7.3-2.96.126

So compat-libstdc++ maybe a problem - but I can do this so it appears to be installed:

rpm -qa | grep compat-libstdc++
compat-libstdc++-296-2.96-132.fc4
compat-libstdc++-33-3.2.3-47.fc4

One other clue: I _cannot_ set LD_ASSUME_KERNEL=2.4.1 !!! If I do, I get:

uname: /usr/lib/libc.so.6: version `GLIBC_2.3' not found (required by uname)

Trying to run the installer I get:

/home/oracle> /home/CD/Disk1/Disk1/install/linux/runInstaller

!!! WARNING !!! --> libc-2.2.2-stub.so

This is a stub library which can be used for linking only. It must *not*
be used as a runtime library. Please make sure this library is not found
in LD_LIBRARY_PATH.

Without LD_ASSUME_KERNEL=2.4.1 , I can at least run the installer. I think I have gcc and all the libs configured: gcc --version 2.96

Any ideas? Please help!
Robert Received on Fri Jul 21 2006 - 12:16:19 CDT

Original text of this message

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