Release Notes


21.1 Disabling the Floating Point Stack on Linux

On a Linux environment with glibc 2.2.x, you need to disable the floating point stack before running the DB2 Java GUI tools, such as the Control Center. To disable the floating point stack, set the LD_ASSUME_KERNEL environment variable to 2.2.5 as follows:

bash$ export LD_ASSUME_KERNEL=2.2.5


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]