S-PLUS 6.0 on Linux
===================

The installation works fine on a RedHat 6.2 system.  On later
systems you may need some of the following (and almost certainly the
first)

- set the environment variable LD_ASSUME_KERNEL="2.2.5"
  This is needed to stop the java indexer hanging.

- If /usr/bin/cut is not present, ln -s /bin/cut /usr/bin/cut

- If /usr/lib/libncurses.so.4 is not present,
  ln -s /usr/lib/libncurses.so.5.2 /usr/lib/libncurses.so.4
