HI All,
PFB the sequence of my trial to get Oracle 32 bit client on 64 bit Linux OS. All necessary packages are installed.
[cissys@INCHT1028 client]$ ./runInstaller -invPtrLoc /home/cissys/oraInventory/oraInst.loc
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 80 MB. Actual 6687 MB Passed
Checking swap space: must be greater than 150 MB. Actual 3145 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2015-08-13_03-18-29PM. Please wait ...[cissys@INCHT1028 client]$ /tmp/OraInstall2015-08-13_03-18-29PM/jdk/jre/bin/java: symbol lookup error: /tmp/OraInstall2015-08-13_03-18-29PM/jdk/jre/lib/i386/xawt/libmawt.so: undefined symbol: Xutf8TextListToTextProperty
[cissys@INCHT1028 client]$ ./runInstaller -jreLoc /usr/java/jdk1.8.0_51 -invPtrLoc /home/cissys/oraInventory/oraInst.loc <<<-- 32 bit JDK
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 80 MB. Actual 6459 MB Passed
Checking swap space: must be greater than 150 MB. Actual 3145 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2015-08-13_03-19-03PM. Please wait ...[cissys@INCHT1028 client]$ /usr/java/jdk1.8.0_51/bin/java: symbol lookup error: /usr/lib/libXrender.so.1: undefined symbol: _XGetRequest
[cissys@INCHT1028 client]$ linux32 bash
[cissys@INCHT1028 client]$ ./runInstaller -jreLoc /usr/java/jdk1.8.0_51 -invPtrLoc /home/cissys/oraInventory/oraInst.loc <<-- 32 bit JRE with linux32 bash
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 80 MB. Actual 6231 MB Passed
Checking swap space: must be greater than 150 MB. Actual 3145 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2015-08-13_03-19-32PM. Please wait ...[cissys@INCHT1028 client]$ /usr/java/jdk1.8.0_51/bin/java: symbol lookup error: /usr/lib/libXrender.so.1: undefined symbol: _XGetRequest
[cissys@INCHT1028 client]$ ./runInstaller -jreLoc /usr/java/jre -invPtrLoc /home/cissys/oraInventory/oraInst.loc <<-- 64 bit JRE
jre1.8.0_51/ jre-8u51-linux-x64.rpm
[cissys@INCHT1028 client]$ ./runInstaller -jreLoc /usr/java/jre1.8.0_51 -invPtrLoc /home/cissys/oraInventory/oraInst.loc
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 80 MB. Actual 6004 MB Passed
Checking swap space: must be greater than 150 MB. Actual 3145 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2015-08-13_03-20-03PM. Please wait ...[cissys@INCHT1028 client]$ Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /tmp/OraInstall2015-08-13_03-20-03PM/oui/lib/linux/liboraInstaller.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
[FATAL] [INS-10102] Installer initialization failed.
CAUSE: An unexpected error occured while initializing the Installer.
ACTION: Contact Oracle Support Services or refer logs
SUMMARY:
- [INS-10012] Setup driver initialization failed.
- no oraInstaller in java.library.path
On checking the *.err log I'm getting the below error
[cissys@INCHT1028 OraInstall2015-08-13_02-11-07PM]$ more oraInstall2015-08-13_02-11-07PM.err
java.lang.UnsatisfiedLinkError: /data/ORS_INS/tmp/OraInstall2015-08-13_02-11-07PM/oui/lib/linux/liboraInstaller.so: /data/ORS_INS/tmp/OraInstall2015-08-13_02-11-07PM/ou
i/lib/linux/liboraInstaller.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
Your help will be much appreciated.
Thanks
Sachith