]> granicus.if.org Git - apache/commitdiff
Add a note on building the LDAP stuff on AIX
authorGraham Leggett <minfrin@apache.org>
Mon, 10 Mar 2003 12:28:24 +0000 (12:28 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 10 Mar 2003 12:28:24 +0000 (12:28 +0000)
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

index 3ae9f16166c5b4e931027dd43c14cf38b4955f71..c9445b81537b63ee91a660ea769b1537d512d2e1 100644 (file)
@@ -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