9i installation problem on Fedora 5
496951Oct 12 2006 — edited Nov 3 2006Hi,
I am having some difficulties when installing Oracle 9i on Fedora 5 using the article from http://ivan.kartik.sk/oracle/install_ora9_fedora.html.
Specifically, it is when "switching the GCC3 compiler binary with GCC2 compiler binary as following" by doing these:
su -
# cd /usr/bin
# mv ./gcc ./gcc3
# mv ./gcc296 ./gcc
When entering the 3d line, I got this message:
mv: cannot stat './gcc': No such file or directory.
Can someone help?
cder.