Previous Topic: Configure an Apache Web Server for the SAML Affiliate Agent

Next Topic: Set LD_PRELOAD for Apache/Linux SAML Affiliate Agents

Compile Apache on UNIX Platforms

For the Apache Web server to work with the SAML Affiliate Agent, you need to compile it with the appropriate settings. This applies to any UNIX platform where the Apache Web server is installed.

To compile the Apache Web server

  1. Enter the following commands in a console window:

    LIBS=-lpthread

    export LIBS

  2. Enter the next series of commands as follows:

    configure --enable-module=so --prefix=install_target_dir

    make

    make install

  3. (Optional) Set the LD_PRELOAD environment variable, as instructed in the next section.