Hello,
I'm Trying install Oracle 9i database server, EE on Oracle Linux 6.7 , however the install hung at 17% and not continue.
Yes, I know this is a old versión, but I need test Oracle Goldengate using Oracle9i, because some productions systems still in 9i.
Copying naeet.o

My env info is:
AMER>cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.7 (Santiago)
AMER>uname -a
Linux ogg1.localdomain 3.8.13-68.3.4.el6uek.x86_64 #2 SMP Tue Jul 14 15:03:36 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux.
I've installed in the same box Oracle12c.
The OUI error log is:
java.lang.UnsatisfiedLinkError: /tmp/OraInstall2017-08-16_06-15-16PM/libactionUnix22.so: /tmp/OraInstall2017-08-16_06-15-16PM/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:1560)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1456)
at java.lang.Runtime.load0(Runtime.java:737)
at java.lang.System.load(System.java:811)
at ssOiGenClassux22.\<clinit>(ssOiGenClassux22.java:25)
at sstouchFileux.touchFile(sstouchFileux.java:135)
at sstouchFileux.installAction(sstouchFileux.java:65)
at oracle.sysman.oii.oiis.OiisCompActions.doActionWithException(OiisCompActions.java:1357)
at oracle.sysman.oii.oiis.OiisCompActions.doActionImpl(OiisCompActions.java:1157)
at oracle.sysman.oii.oiis.OiisCompActions.doAction(OiisCompActions.java:604)
at Components.oracle.rsf.hybrid.v9\_2\_0\_1\_0.CompActions.doAction(Unknown Source)
at Components.oracle.rsf.hybrid.v9\_2\_0\_1\_0.CompInstallPhase1.doActionP1touchFile11(Unknown Source)
at Components.oracle.rsf.hybrid.v9\_2\_0\_1\_0.CompInstallPhase1.stateChangeActions(Unknown Source)
at Components.oracle.rsf.hybrid.v9\_2\_0\_1\_0.CompActions.stateChangeActions(Unknown Source)
at oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiilActionThr.run(OiicInstallActionsPhase.java:604)
at oracle.sysman.oii.oiic.OiicInstallActionsPhase.executeProductPhases(OiicInstallActionsPhase.java:2199)
at oracle.sysman.oii.oiic.OiicInstallActionsPhase.doInstalls(OiicInstallActionsPhase.java:2052)
at oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiInstRun.run(OiicInstallActionsPhase.java:2945)
at java.lang.Thread.run(Thread.java:534)
Any idea how to fix this issue?
Many thanks
Arturo