Install 9i AS Release 2 on Linux RedHat [message #76454] |
Thu, 18 July 2002 01:16 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
mithy
Messages: 1 Registered: July 2002
|
Junior Member |
|
|
Hello,
i want to install 9iAS on Linux, but when I start the Installer I get the error message:
The Java RunTim Environment was not found at /tmp/OraInstall2002-07-18_10-37-10AM/jre/bin/java. Hence, the Oracle Universal Installer cannot be run
The installer generates this path each time it starts (Changing the OraInstall... - Dir). But there is a difference between the path as seen before and the original path in the file system.
I installed jdk and jre. I set the $CLASSPATH variable.
Can anyone give a hint?
I installed the jdk and the jre.
|
|
|
Re: Install 9i AS Release 2 on Linux RedHat [message #76463 is a reply to message #76454] |
Thu, 25 July 2002 09:28 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Luis Alexandre Fontes
Messages: 1 Registered: July 2002
|
Junior Member |
|
|
Hi Mithy,
EXPLANATION
===========
Probably, your machine is not an i686. Type the following Unix command at your shell:
# uname -m
If the command returns "i586", your machine is an AMD K6-II or something below Intel Pentium II.
SOLUTION
========
When the install fails, open a terminal window and go to the directory "/tmp/OraInstall2002-07-18_10-37-10AM/jre/bin/".
Look for a directory "i686", then issue this command (as "oracle" account, NOT root user):
$ ln -s i686 i586
The command above creates a symbolic link and you MUST run the "ln" command again in the "lib" directory -> "/tmp/OraInstall2002-07-18_10-37-10AM/jre/bin/".
Now, run the installer again.
Hope it helps,
Alex
|
|
|