LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Error when installing Oracle 10G on FC4 (https://www.linuxquestions.org/questions/fedora-35/error-when-installing-oracle-10g-on-fc4-363073/)

fvillavi 09-13-2005 05:02 PM

Error when installing Oracle 10G on FC4
 
Installing Oracle 10g on Fedora Core 4 .

Uncompresssed File: 10201_database_linux32.zip

After decompressing with unzip_lnx, doing all preinstalling procedures and runing RunInstaller the system displays the following error:

[oracle@fvill database]$ ./runInstaller

Iniciando Oracle Universal Installer...

Comprobando requisitos de Installer...

Comprobando la versión del sistema operativo: debe ser redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Aprobado


Se han cumplido todos los requisitos de Installer.

Preparando para iniciar Oracle Universal Installer desde /tmp/OraInstall2005-09-13_11-30-11AM. Espere...[oracle@fvill database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2005-09-13_11-30-11AM/jre/1.4.2/lib/i386/libawt.so: /tmp/OraInstall2005-09-13_11-30-11AM/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@fvill database]$

Searching on Google I found similar error "cannot restore segment prot after reloc: Permission denied"

Does anyone know how to solve this problem?

Thanks.

Francisco.
fvillavi@yahoo.com

Simon Bridge 09-13-2005 10:38 PM

run the installer as root.

fvillavi 09-14-2005 03:23 PM

Error when Installing Oracle 10 g on FC4
 
Oracle recomends not to run installer as root.

marist89 09-15-2005 06:12 AM

http://www.oracle-base.com/articles/...nOnFedora4.php

Simon Bridge 09-16-2005 07:32 PM

fvillavi: Oracle recomends not to run installer as root.
... of course it does. Unfortunately, you are getting the following:
cannot restore segment prot after reloc: Permission denied
This just means you don't have permissions to perform this operation. Chances are root does. Or you could try to set yourself up with the exact permissions required as a normal user - this would be the most secure method, and meet with Oracle's approval.

You'll see that a large part of the instructions in the link provided by marist89 (post #3) involve getting permissions set up in just this fashion :)


All times are GMT -5. The time now is 02:32 AM.