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: Dave Hau <davehau-no-spam-123_at_no-spam.netscape.net>
Date: Wed, 22 Oct 2003 08:09:26 GMT
Message-ID: <WWqlb.589$A64.26@newssvr23.news.prodigy.com>


"Yong Qian" <qiany_at_grc.nia.nih.gov> wrote in message news:Trklb.265$Er.31198_at_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.

You can read more about this in the RH9 release notes:

http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/release-notes/x86/

Excerpt:

Red Hat Linux 9 includes the Native POSIX Thread Library (NPTL), a new implementation of POSIX threads for Linux. This library provides performance improvements and increased scalability for i686 or better processors.

This thread library is designed to be binary compatible with the old LinuxThreads implementation; however, applications that rely on the places where the LinuxThreads implementation deviates from the POSIX standard will need to be fixed. Notable differences include:

Applications that are known to have problems using NPTL include:

If an application does not work properly with NPTL, it can be run using the old LinuxThreads implementation by setting the following environment variable:

LD_ASSUME_KERNEL=<kernel-version>

The following versions are available:

NPTL support for all dynamically-linked applications can be disabled by using the following boot-time option:

nosysinfo

HTH,
Dave

>
> 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 Wed Oct 22 2003 - 03:09:26 CDT

Original text of this message

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