Be sure that a bunch of Debian packages are installed:
$ wajig install gcc make binutils libmotif3 lesstif2 rpm libaio
|
Note that Oracle places its log file in
/home/app/oracle/oraInventory/logs/.
The Oracle installation is for Red Hat so we need to make things look
a little like Red Hat.
Create the following symlinks:
ln -s /usr/bin/awk /bin/awk
ln -s /usr/bin/rpm /bin/rpm
ln -s /usr/bin/basename /bin/basename # Suggested by Giuseppe Sacco
ln -s /etc /etc/rc.d # Required for root.sh
|
Pretend that we are running RedHat (the installer won't run otherwise)
by adding the following to the file /etc/redhat-release:
Red Hat Linux release 4.1
|
Copyright © 1995-2006 [email protected]
|