Unable to install Oracle10g
Hi
I am trying to install oracle10g in my AMD64/FC4.
I am getting exception placed at "Oracle10g" ( See below).
As per Oracle installation document, I am missing the following package ( MissingPKG )
This could be the reason for "./runInstaller" failure.
Here I am finding trouble in finding and installing the correct package. ( InstallPKG )
Review "InstallPKG" below. even after installing correc rpm, "rpm -q " reports
no package is installed.
Question
1. What could be the reason for /runInstaller failure
2. Can you help me to get the correct rpm
Oracle10g:
==========
[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/OraInstall2005-09-03_07-47-03AM. Please wait ...[oracle@localhost database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2005-09-03_07-47-03AM/jre/1.4.2/lib/i386/libawt.so: /tmp/OraInstall2005-09-03_07-47-03AM/jre/1.4.2/lib/i386/libawt.so: cannot restore segment prot after reloc: Permission denied
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)
[oracle@localhost database]$
MissingPKG:
============
[root@localhost oracle]# rpm -q compat-gcc-c++
package compat-gcc-c++ is not installed
[root@localhost oracle]# rpm -q compat-libstdc++
package compat-libstdc++ is not installed
[root@localhost oracle]# rpm -q compat-libstdc++-devel
package compat-libstdc++-devel is not installed
[root@localhost oracle]# rpm -q gnome-libs
package gnome-libs is not installed
[root@localhost oracle]#
InstallPKG
===========
[root@localhost oracle]# rpm -Uvh compat-gcc-c++-7.3-2.96.118.i386.rpm
error: Failed dependencies:
compat-libstdc++ = 7.3 is needed by compat-gcc-c++-7.3-2.96.118.i386
compat-libstdc++-devel = 7.3 is needed by compat-gcc-c++-7.3-2.96.118.i386
[root@localhost oracle]# ls compat-libstdc++-7.3*
compat-libstdc++-7.3-2.96.110.i386.rpm compat-libstdc++-7.3-2.96.126.i386.rpm
[root@localhost oracle]# rpm -Uvh compat-libstdc++-7.3-2.96.126.i386.rpm
Preparing... ########################################### [100%]
file /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so from install of compat-libstdc++-7.3-2.96.126 conflicts with file
from package compat-libstdc++-296-2.96-132.fc4
file /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so from install of compat-libstdc++-7.3-2.96.126 conflicts with file
from package compat-libstdc++-296-2.96-132.fc4
[root@localhost oracle]# rpm -Uvh compat-gcc-c++-7.3-2.96.118.i386.rpm
error: Failed dependencies:
compat-libstdc++ = 7.3 is needed by compat-gcc-c++-7.3-2.96.118.i386
compat-libstdc++-devel = 7.3 is needed by compat-gcc-c++-7.3-2.96.118.i386
[root@localhost oracle]#