236 IBM WebSphere Portal for Multiplatforms V5 Handbook
5.6.2 Configuring Domino Server settings
The configuration of the Domino server is done using the Lotus Domino Web
Server; this is because there is no Notes client for Linux and the configuration
requires local access.
1. On machine 3, log in as the root user and start a terminal session.
2. Open the startup file from the directory /opt/lotus/notes/latest/linux/ using an
editor such as
vi and find the following snippet:
# Set variable to work around issue with memory stack in
# glibc 2.2
# which Java cannot handle - once it can, then disable
# this
export LD_ASSUME_KERNEL=2.2.5
;;
Comment the export statement to make the snippet look like this:
# Set variable to work around issue with memory ...