oracle 10g db Installation Problem in RHEL 6 [message #550223] |
Sat, 07 April 2012 02:23 |
morad_dba
Messages: 93 Registered: June 2008
|
Member |
|
|
Dear all,
I would like to install oracle 10g in Linux 6. After making change all required configuration files, when i run (./runInstaller) I am getting the following error...
./runInstaller: /u01/Oracle_db_10g_Linux_64/database/install/.oui: /lib/ld-linux.so.2: bad ELF interpreter: No such file or director
please help me...
Regards,
Morad.
|
|
|
|
Re: oracle 10g db Installation Problem in RHEL 6 [message #550228 is a reply to message #550223] |
Sat, 07 April 2012 02:45 |
John Watson
Messages: 8963 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
You need to install a few more RPMs. If ELF is missing, you are probably missing a lot more. I installed DB 11.2.0.3 on Centos 6.2 x64 the other day, no problems once I selected the "development" install option and every additional package that seemed likely.
So search your install Linux DVD image for ELF, install it, and try again.
|
|
|
Re: oracle 10g db Installation Problem in RHEL 6 [message #550229 is a reply to message #550227] |
Sat, 07 April 2012 03:15 |
morad_dba
Messages: 93 Registered: June 2008
|
Member |
|
|
Dear Michel,
Thank you very much. The link you gave me is extremely helpful...
I have to install another rpm that is
yum install lib/ld-linux.so.2
now when i try run installer I am getting the following errors.
[oracle@localhost database]$ ./runInstaller
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed
All installer requirements met.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-04-07_02-09-27AM. Please wait ...
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/tmp/OraInstall2012-04-07_02-09-27AM/jre/1.4.2/lib/i386/libawt.so: libXp.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(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.<clinit>(Unknown Source)
at java.awt.Component.<clinit>(Unknown Source)
Please help me.
Regards,
Morad.
|
|
|
|