Note:- for learning purpose I am using my laptop and I have installed the below version of Fedora
[root@localhost /]# uname -a
Linux localhost.localdomain 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:54:20 EDT 2006 i686 i686 i386 GNU/Linux
--------------------------------------------------------------------------------------------
I followed the steps given in ivan.kartik.sk/oracle/install_ora9_fedora.html
But for me the error is as follows. Can you please help me to resolve this.
[oracle@localhost disk1]$ ./runInstaller
bash: ./runInstaller: Permission denied
Thanks
Rabi
mmrafi_2000@yahoo.com
Please note below are the other problems I faced when I performed the steps
Issue 1:
=============================================================================
2 Download the Java Runtime Enviroment (j2re-1_3_1_15-linux-i586.bin) from the Sun website. Keep in mind you need to download j2re1.3.1_11 or higher (Note: Install JRE 1.3.1_1x version only).
Do you agree to the above license terms? [yes or no]
yes
Unpacking...
tail: cannot open `+286' for reading: No such file or directory
Checksumming...
1
The download file appears to be corrupted. Please refer
to the Troubleshooting section of the Installation
Instructions on the download page for more information.
Please do not attempt to install this archive file.
[root@localhost opt]#
.........so I installed jre1.6.0_02
=============================================================================
Issue2:
[root@localhost /]# cd /usr/bin
[root@localhost bin]# mv ./gcc ./gcc3
mv: cannot stat `./gcc': No such file or directory
[root@localhost bin]# mv ./gcc296 ./gcc
mv: cannot stat `./gcc296': No such file or directory
[root@localhost bin]# ls *gcc*
gcc3 gcc34 i386-redhat-linux-gcc i386-redhat-linux-gcc34
=============================================================================
Issue 3[root@localhost /]# rpm -q gcc glibc-headers glibc-kernheaders glibc-devel compat-libstdc++ cpp compat-gcc
gcc-4.1.1-30
glibc-headers-2.5-10.fc6
package glibc-kernheaders is not installed
glibc-devel-2.5-10.fc6
package compat-libstdc++ is not installed
cpp-4.1.1-30
package compat-gcc is not installed
=============================================================================