Dear All,
I am installing 11.2.0.4 on OEL 6.8
OS is 64 bit and DB S/w is 32 bit
# uname -a
Linux SERVER1.COM 4.1.12-61.1.28.el6uek.x86_64 #2 SMP Thu Feb 23 20:03:53 PST 2017 x86_64 x86_64 x86_64 GNU/Linux
[root@SERVER1 SHARE]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.8 (Santiago)
When i execute runInstaller i am getting following error.
Please help us to sove it
[oracle@SERVER1 database]$ ./runInstaller
./runInstaller: /u02/database/install/.oui: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
[oracle@SERVER1 database]$ ./runInstaller
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 120 MB. Actual 1242 MB Passed
Checking swap space: must be greater than 150 MB. Actual 4999 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2017-03-21_09-59-44PM. Please wait ...[oracle@SERVER1 database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2017-03-21_09-59-44PM/jdk/jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1753)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1649)
at java.lang.Runtime.load0(Runtime.java:769)
at java.lang.System.load(System.java:968)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1753)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1670)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:993)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1509)
at java.awt.Toolkit.<clinit>(Toolkit.java:1530)
at com.jgoodies.looks.LookUtils.isLowResolution(LookUtils.java:484)
at com.jgoodies.looks.LookUtils.<clinit>(LookUtils.java:249)
at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:135)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1779)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:453)
at oracle.install.commons.util.Application.startup(Application.java:785)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:165)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:182)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:348)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:124)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:155)
Manually i have installed following package using yum
# yum -y install glibc.i686
Loaded plugins: refresh-packagekit, security, ulninfo
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package glibc.i686 0:2.12-1.192.el6 will be installed
--> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.192.el6.i686
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.192.el6.i686
--> Running transaction check
---> Package nss-softokn-freebl.i686 0:3.14.3-23.3.el6_8 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
===================================================================================================================
Package Arch Version Repository Size
===================================================================================================================
Installing:
glibc i686 2.12-1.192.el6 public_ol6_latest 4.4 M
Installing for dependencies:
nss-softokn-freebl i686 3.14.3-23.3.el6_8 public_ol6_latest 157 k
Transaction Summary
===================================================================================================================
Install 2 Package(s)
Total download size: 4.5 M
Installed size: 14 M
Downloading Packages:
(1/2): glibc-2.12-1.192.el6.i686.rpm | 4.4 MB 00:21
(2/2): nss-softokn-freebl-3.14.3-23.3.el6_8.i686.rpm | 157 kB 00:01
-------------------------------------------------------------------------------------------------------------------------
Total 189 kB/s | 4.5 MB 00:24
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : nss-softokn-freebl-3.14.3-23.3.el6_8.i686 1/2
Installing : glibc-2.12-1.192.el6.i686 2/2
Verifying : glibc-2.12-1.192.el6.i686 1/2
Verifying : nss-softokn-freebl-3.14.3-23.3.el6_8.i686 2/2
Installed:
glibc.i686 0:2.12-1.192.el6
Dependency Installed:
nss-softokn-freebl.i686 0:3.14.3-23.3.el6_8
Thanks