Go to TogaWare.com Home Page.
GNU/Linux Desktop Survival Guide
by Graham Williams
Google

Preliminary


Be sure that a bunch of Debian packages are installed:

  $ wajig install gcc make binutils libmotif3 lesstif2 rpm libaio1 libdb3

If you get a linking error while installing, you may need to install version 3 of gcc (thanks to Martin Schuster):

  $ wajig install gcc-3.3 g++-3.3 libstdc++5

For the x86_64 etch install, you may want to do:

  $ 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.


Copyright © 1995-2008 Togaware Pty Ltd
Support further development through the purchase of the PDF version of the book.
Brought to you by Togaware.