From 1d10e2834339ac15a9866c8ea92d057caf170b2d Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Mon, 10 Mar 2003 12:28:24 +0000 Subject: [PATCH] Add a note on building the LDAP stuff on AIX PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98957 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/README.ldap | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/modules/experimental/README.ldap b/modules/experimental/README.ldap index 3ae9f16166..c9445b8153 100644 --- a/modules/experimental/README.ldap +++ b/modules/experimental/README.ldap @@ -1,6 +1,8 @@ Quick installation instructions (UNIX): -- Add generic ldap support and the TWO ldap modules to the build, like this: +- Building on generic Unix: + + Add generic ldap support and the TWO ldap modules to the build, like this: ./configure --with-ldap --enable-ldap --enable-auth-ldap @@ -16,6 +18,19 @@ Quick installation instructions (UNIX): The --enable-auth-ldap option switches on the LDAP authentication module. +- Building on AIX: + + The following ./configure line is reported to work for AIX: + + CC=cc_r; export CC + CPPFLAGS=-qcpluscmt;export CPPFLAGS + ./configure --with-mpm=worker --prefix=/usr/local/apache \ + --enable-dav=static --enable-dav_fs=static --enable-ssl=static + --with-ldap=yes --with-ldap-include=/usr/local/include + --with-ldap-lib=/usr/local/lib --enable-ldap=static + --enable-auth_ldap=static + + Quick installation instructions (win32): 1. copy the file srclib\apr-util\include\apr_ldap.hw to apr_ldap.h -- 2.40.0