Comment out the following line in the
JAVA_HOME/bin/java file:
export LD_ASSUME_KERNEL=2.2.5
This line disables the use of floating stacks on RedHat® distributions;
you must comment out the line to enable floating stacks. We recommend that
you enable floating stacks if this feature is supported in your hardware.
Do not do this unless all of the following configuration elements match.
- Running Linux on S/390®,
- Kernel version is 2.4 or higher, or
- glibc version 2.2.1 or higher
These commands return the relevant results.
uname -m
uname -r
rpm -qv glibc
|