Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 47260 invoked from network); 17 Oct 2006 13:24:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2006 13:24:18 -0000 Received: (qmail 86319 invoked by uid 500); 17 Oct 2006 13:24:00 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 86250 invoked by uid 500); 17 Oct 2006 13:23:59 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 86220 invoked by uid 99); 17 Oct 2006 13:23:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 06:23:59 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of cugals@gmail.com designates 64.233.162.196 as permitted sender) Received: from [64.233.162.196] (HELO nz-out-0102.google.com) (64.233.162.196) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 06:23:57 -0700 Received: by nz-out-0102.google.com with SMTP id 40so923771nzk for ; Tue, 17 Oct 2006 06:23:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=c3Q7rQzY5x52iHBzviYgKPbnsKycw2jayoeToLLeSlsym6hH0S4bhPZkXilGfRPVPRqXFh3rlUd38eNdCo61c4UMUi31TnzNuMYvFi4iJXpL8LW78VN038UTSsteDU+kUcBhqEcTSVuJANf5L0KgTaxAKdv1DBie0xharvsn/4c= Received: by 10.65.23.15 with SMTP id a15mr12204357qbj; Tue, 17 Oct 2006 06:23:36 -0700 (PDT) Received: by 10.65.252.7 with HTTP; Tue, 17 Oct 2006 06:23:36 -0700 (PDT) Message-ID: <6776b1840610170623s62dbb2cdr4accfff042481ce6@mail.gmail.com> Date: Tue, 17 Oct 2006 18:53:36 +0530 From: "s k" To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10103_1807693.1161091416217" X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] LDAP support apache 2.2.3 - solution compiling X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_10103_1807693.1161091416217 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Dear Julien Garet, Problem mail ref:: http://mail-archives.apache.org/mod_mbox/httpd-users/200609.mbox/browser 1. First compile apr-util module with "--with-ldap" option" ./configure --prefix=/home/openldap/apr-util/ --with-ldap --with-ldap-include=/home/openldap/Install/include --with-ldap-lib=/home/openldap/Install/lib/ --with-apr=/home/openldap/apr 2. check config.status file @apu_has_ldap@,1,;t t 3. Then compile apache server.. Please reply back if it work for you. Thanks, cugals. ------=_Part_10103_1807693.1161091416217 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Dear Julien Garet,

Problem mail ref:: http://mail-archives.apache.org/mod_mbox/httpd-users/200609.mbox/browser

1. First compile apr-util module with "--with-ldap" option"
./configure --prefix=/home/openldap/apr-util/ --with-ldap --with-ldap-include=/home/openldap/Install/include --with-ldap-lib=/home/openldap/Install/lib/ --with-apr=/home/openldap/apr

2. check config.status file
@apu_has_ldap@,1,;t t

3. Then compile apache server..

Please reply back if it work for you.

Thanks,
cugals.
------=_Part_10103_1807693.1161091416217--