|
GNU/Linux Desktop Survival Guide by Graham Williams |
|
|||
Preliminary |
Be sure that a bunch of Debian packages are installed:
$ wajig install gcc make binutils libmotif3 lesstif2 rpm libaio1 libdb3 |
$ wajig install gcc-3.3 g++-3.3 libstdc++5 |
$ wajig install ia32-libs libc6-dev-i386 libc6-dev |
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 |
Martin Schuster points out that the Installer absolutely needs swapspace, no matter how much RAM is installed.