Oracle 10g on Fedora Core 4 [message #124404] |
Sat, 18 June 2005 01:41 |
mattgross
Messages: 2 Registered: June 2005
|
Junior Member |
|
|
Hi everyone,
I just downloaded and installed (full installation with SELinux active) Fedora Core 4. The install went very smoothly and I had no errors.
Now I want to install oracle 10g. I followed the instructions found here:
http://www.oracle-base.com/articles/10g/OracleDB10gInstallationOnFedora4.php
I also installed the java rpm packages:
jre-1.3.1_13.i586.rpm
jre-1.3.1_16.i586.rpm
I actually installed 1.3.1_16 after the error which I am posting about to try to fix the problem.
After seting everything up and extracting the installation files to the Disk1 directory, I ran the runInstaller in the Disk1/install directory. The install script errored out with the following:
-----------------------------------------------
Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2005-06-18_02-35-02PM/jre/1.4.2/lib/i386/libawt.so: /tmp/OraInstall2005-06-18_02-35-02PM/jre/1.4.2/lib/i386/libawt.so: cannot restore segment prot after reloc: Permission denied occurred..
java.lang.UnsatisfiedLinkError: /tmp/OraInstall2005-06-18_02-35-02PM/jre/1.4.2/lib/i386/libawt.so: /tmp/OraInstall2005-06-18_02-35-02PM/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(ClassLoader.java:1560)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1477)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
at java.awt.Component.<clinit>(Component.java:506)
at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:189)
at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:173)
at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:182)
at oracle.sysman.oii.oiic.OiicInstaller.<init>(OiicInstaller.java:278)
at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:714)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:628)
Exception in thread "main" java.lang.NoClassDefFoundError
at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:189)
at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:173)
at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:182)
at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:111)
at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:772)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:628)
-----------------------------------------------
I've been searching the web for a solution to this problem but cannot seem to find one. Does anyone have any ideas? Could this be a problem with my SELinux setup? I'm not too familiar with SELinux.
Thanks in advance.
Matt
|
|
|
|
Re: Oracle 10g on Fedora Core 4 [message #125316 is a reply to message #124404] |
Fri, 24 June 2005 07:12 |
oralover
Messages: 97 Registered: January 2005
|
Member |
|
|
yap. got it..
disabled SELinux then run it and its installed but in the last it generated errors when making Links (file is present but it cannot find...???) and also failed to run Oracle Net Configuration Assistant. its saying that there is missing some liberaries....
i did not understand why these hassles to install on *nix boxes, if a product needs some libs so why don't mentioning their links on download pages so one can find all libs or packages w/o searching on net after knowing (during installation) which are required.
anyway, try again and again... may we find some hassle free solutions.
|
|
|
|
|
|
|
|