Installation guide

Set the LD_PRELOAD Variable for Apache Agent Operation
Chapter 7: Configure an Apache Web Agent 131
Set the LD_PRELOAD Variable for an Oracle 10G Web Server on Linux
After you install the Web Agent r12.0 SP2 on an Oracle 10G web server running
on a Linux platform, you must set the LD_PRELOAD environment variable in the
apachectl script.
If the LD_PRELOAD variable is not included in the apachectl script, the Oracle
10G web server may dump core upon shutdown and fail to restart.
1. Open the apachectl file.
2. Add the LD_PRELOAD entry as follows:
LD_PRELOAD=web_agent_home/bin/libbtunicode.so
export LD_PRELOAD
3. Run the script to start the Apache server.
Note: Setting this environment variable causes any application executed from
that environment to bind with libbtunicode.so. Therefore, set this variable only
when starting or stopping a web server that loads the SiteMinder Web Agent.
Set the LD_PRELOAD Variable for SSL Configuration on an IBM HTTP Server
2.0.47/Linux AS 3.0 System
When configuring SSL on an IBM HTTP Server 2.0.47.1 running SUSE8, ikeyman,
the graphical user interface for the IBM key management utility, crashes when it
is used to create a key database.
To resolve this issue, set the following environment variable:
export LD_PRELOAD=/usr/lib/libstdc++-libc6.2-2.so.3
After setting this variable, the key database file, key.kdb, is created successfully.
Set LD_PRELOAD for Using X.509-based Auth Schemes with Domino 6.5.3/SuSe8
Linux System
When accessing resource protected with any X.590-based Authentication
Schemes on Domino 6.5.3/SuSe8 Linux, the Domino Server Crashes and
generates an NSD.
To resolve this issue, set the following environment variable before starting the
Domino Web Server:
export LD_PRELOAD=/usr/lib/libstdc++-libc6.2-2.so.3