Path: newssvr20.news.prodigy.com!newsmst01.news.prodigy.com!prodigy.com!news.linkpendium.com!zen.net.uk!newspeer.lavaseals.co.uk!diablo.theplanet.net!news.theplanet.net!not-for-mail
From: "Marc Thomas" <marc@___prismatic-effulgence.fsnet.co.uk>
Newsgroups: comp.databases.oracle.server
Subject: Re: Newbie help for Oracle client installation on Linux
Date: Mon, 7 Jul 2003 19:43:30 +0100
Lines: 19
Message-ID: <becf2k$nl4$1@newsg1.svr.pol.co.uk>
References: <1057511335.178915@ananke.eclipse.net.uk> <be9pcu$1h0$1@news6.svr.pol.co.uk> <1057528444.203240@ananke.eclipse.net.uk>
NNTP-Posting-Host: 62.25.182.214
X-Trace: newsg1.svr.pol.co.uk 1057603476 24228 62.25.182.214 (7 Jul 2003 18:44:36 GMT)
NNTP-Posting-Date: 7 Jul 2003 18:44:36 GMT
X-Complaints-To: abuse@theplanet.net
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Xref: newssvr20.news.prodigy.com comp.databases.oracle.server:237080

Ahh ... forgot to add the LD_ASSUME_KERNEL environment variable before!!!
So, to ~oracle/.bashrc you could try:
  ORACLE_BASE=/opt/oracle
  ORACLE_HOME=$ORACLE_BASE/product/8.1.7
  ORACLE_SID=ORCL
  THREAD_FLAGS=native
  LD_ASSUME_KERNEL=2.4.1
  export ORACLE_BASE ORACLE_HOME ORACLE_SID THREAD_FLAGS LD_ASSUME_KERNEL
  unset LANG
  umask 007

For RH Linux I suspect the LD_ASSUME_KERNEL is likely to be the most
influential.

HTH
Regards,
Marc


