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: Install 9i 9.2.0.1 on Linux: symbol errno, version GLIBC_2.0 not defined

Re: Install 9i 9.2.0.1 on Linux: symbol errno, version GLIBC_2.0 not defined

From: Yong Qian <qiany_at_grc.nia.nih.gov>
Date: Tue, 21 Oct 2003 20:46:36 -0400
Message-ID: <Trklb.265$Er.31198@mencken.net.nih.gov>


Thanks for all. set LD_ASSUME_KERNEL to 2.4.1 did the trick. I set it as 2.4.20 to bethe same as my Linux kernel version, which didn't work.

Just wondering why 2.4.1, instead of the actual kernel version.

Yong

"Dave Hau" <davehau_nospam_123_at_nospam_netscape.net> wrote in message news:3F95910A.3070207_at_nospam_netscape.net...
> Yong,
>
> Try setting the following env variable:
>
> export LD_ASSUME_KERNEL=2.4.1
>
> HTH,
> Dave
>
>
>
> Yong Qian wrote:
> > I was trying to install a Linux test version of Oracle 9i 9.2.0.1 with
> > the runInstaller. The installer hangon with following error mesages in
> > oraInstall2003-10-21_11-01-06AM.err:
> >
> >
> > java.lang.UnsatisfiedLinkError:
> > /tmp/OraInstall2003-10-21_11-01-06AM/libactionUnix22.so:
> > /tmp/OraInstall2003-10-21_11-01-06AM/libactionUnix22.so: symbol errno,
> > version GLIBC_2.0 not defined in file libc.so.6 with link time reference
> > at java.lang.ClassLoader$NativeLibrary.load(Native Method)
> > at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1419)
> > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1314)
> > at java.lang.Runtime.load0(Runtime.java:698)
> > at java.lang.System.load(System.java:797)
> > at ssOiGenClassux22.<clinit>(ssOiGenClassux22.java:25)
> > at sscreateLinkux.createLink(sscreateLinkux.java:255)
> > at sscreateLinkux.installAction(sscreateLinkux.java:83)
> > at
> >

oracle.sysman.oii.oiis.OiisCompActions.doActionWithException(OiisCompActions .java:1357)
> >
> > at
> >

oracle.sysman.oii.oiis.OiisCompActions.doActionImpl(OiisCompActions.java:115 7)
> >
> > at
> >

oracle.sysman.oii.oiis.OiisCompActions.doAction(OiisCompActions.java:604)
> > at CompActions.doActionP1createLink3(CompActions.java:310)
> > at CompActions.stateChangeActions(CompActions.java:106)
> > at
> >

oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiilActionThr.run(OiicInstall ActionsPhase.java:604)
> >
> > at
> >

oracle.sysman.oii.oiic.OiicInstallActionsPhase.executeProductPhases(OiicInst allActionsPhase.java:2199)
> >
> > at
> >

oracle.sysman.oii.oiic.OiicInstallActionsPhase.doInstalls(OiicInstallActions Phase.java:2052)
> >
> > at
> >

oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiInstRun.run(OiicInstallActi onsPhase.java:2945)
> >
> > at java.lang.Thread.run(Thread.java:484)
> >
> >
> >
> >
> > Anyone see this, and how do I correct them?
> >
> > Thanks.
> >
> > Yong
> >
>
Received on Tue Oct 21 2003 - 19:46:36 CDT

Original text of this message

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