Installation guide
Pre-installation Tasks
110 Sun ONE Identity Server Policy Agents 2.1 • Web Policy Agents Guide • April 2005
Policy Agents for IBM Lotus Domino 6.0.2 and
6.5
If you are installing the agents for IBM Lotus Domino 6.5 or 6.0.2 on RedHat
Advanced Server 2.1, make sure that C++ libraries from GCC 3.3.2 are installed on
the system.
This is due to a bug with exception handling in Domino Server on Red Hat
Advanced Server 2.1.
The GCC 3.3.2 libraries needed by the agents libraries are:
• /usr/lib/libstdc++.so.5
• /usr/lib/libgcc_s.so.1
These can be built and installed from GCC 3.3.2 sources available at:
http://gcc.gnu.org/releases.html
Policy Agents for Apache 1.3.29 and 2.0.52 on
SuSE Linux
The pre-installation information in this section applies specifically to enabling SSL
on Apache 1.3.29 and 2.0.52 on SuSE Linux. You first need to download and
uncompress the source file.
Obtaining the Apache Server Source File
If you want to compile Apache source by enabling SSL, execute the following
command.
Where apache_install refers to the directory where the Apache server binary is
located.
./configure --prefix=/opt/apache_install--enable-ssl
make
make install