Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 56078 invoked by uid 500); 16 Dec 2002 23:00:56 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 56067 invoked from network); 16 Dec 2002 23:00:55 -0000 Received: from billthecat.sdsc.edu (132.249.20.60) by daedalus.apache.org with SMTP; 16 Dec 2002 23:00:55 -0000 Received: from pia.sdsc.edu (IDENT:53WeZsUtY8B7zlq8kjFCT3dxpu2G1jfS@pia.sdsc.edu [132.249.20.122]) by billthecat.sdsc.edu (8.11.6/8.11.6/mx/34) with ESMTP id gBGN0wC15575; Mon, 16 Dec 2002 15:00:58 -0800 (PST) Date: Mon, 16 Dec 2002 15:00:56 -0800 (PST) From: Andrew Sanderson To: cc: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] mod_auth_ldap Hello, I spent a while trying to compile Apache 2.0 with mod_auth_ldap on Solaris and finally got it all working. The mod_auth_ldap that comes with Apache 2.0.43 works well. Download and install the Sun LDAP libraries from here: http://wwws.sun.com/software/download/developer/5176.html Set the following environment variables: LDFLAGS="-L/*PATHTO*/iplanet-ldap-sdk.5/lib -R/*PATHTO*/iplanet-ldap-sdk.5/lib:/usr/local/lib" CPPFLAGS="-I/*PATHTO*/iplanet-ldap-sdk.5/include" Use the following configure options: --enable-so \ --enable-mods-shared="ldap auth-ldap" \ --with-ldap \ --with-auth-ldap \ --with-ldap-lib=/*PATHTO*/iplanet-ldap-sdk.5/lib \ --with-ldap-include=/*PATHTO*/iplanet-ldap-sdk.5/include \ Good luck! Andy --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org