IMPORTANT
=========

MaxDB's threading is not compatible with the default threading in
Linux 2.6 kernels (and in Red Hat Linux 2.4 kernels shipped with
RH9). Most of the MaxDB applications and tools will crash on startup.

To be able to run MaxDB you have to set to set the LD_ASSUME_KERNEL
environment variable to 2.2.5.

For bash this would look like this:

export LD_ASSUME_KERNEL=2.2.5

All init-scripts will export this automatically.
