Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 126D0E383 for ; Fri, 22 Feb 2013 07:21:07 +0000 (UTC) Received: (qmail 95665 invoked by uid 500); 22 Feb 2013 07:21:03 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 95609 invoked by uid 500); 22 Feb 2013 07:21:03 -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 95566 invoked by uid 99); 22 Feb 2013 07:21:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2013 07:21:01 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [92.56.156.33] (HELO naia.intranet) (92.56.156.33) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2013 07:20:51 +0000 Received: (qmail 20714 invoked by uid 0); 22 Feb 2013 07:20:30 -0000 X-Qmail-Scanner-Diagnostics: from mail.idiada.com by naia (envelope-from , uid 65521) with qmail-scanner-2.10 (clamscan: 0.97.3/14643. mhr: 1.0. spamassassin: 3.3.2. Clear:RC:1(88.87.199.163):. Processed in 4.221372 secs); 22 Feb 2013 07:20:30 -0000 Received: from mail.idiada.com (HELO [192.168.2.242]) (saxa@[88.87.199.163]) (envelope-sender ) by naia.intranet (qmail-ldap-1.03) with SMTP for ; 22 Feb 2013 07:20:25 -0000 Message-ID: <51271C2B.2030201@saxa.dyndns.org> Date: Fri, 22 Feb 2013 08:20:11 +0100 From: Saxa Egea User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: users@httpd.apache.org References: In-Reply-To: Content-Type: multipart/alternative; boundary="------------040003060606070508030702" X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Apache 2.4 Configure with ldap support --------------040003060606070508030702 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Try to compile apr and apr-util yourself... Don't use the one in the source distro. Then you'll be able to use LDAP. Saxa On 15/02/13 11:43, Smith, Mitchell wrote: > Hi, > > I am trying to configure 2.4.3 and am havinf some issues with the ldap > intergration. > > I am trying to ultimately configuring this installation as a multi > purpose (proxy and subversion with ldap) > > I have extracted the latest apr and apr-util releases into > httpd/srclib/apr and httpd/srclib/apr-uti. My Configure command is as > follows > > ./configure --prefix=/usr/apache2 --enable-ldap --enable-authnz-ldap > --enable-mods-shared=most --enable-proxy --enable-ssl --enable-rewrite > --with-mpm=worker --enable-dav_svn --with-included-apr > --with-pcre=/usr/local/pcre --with-ldap > > > I get the following error > checking for ldap support in apr/apr-util... no > configure: WARNING: apr/apr-util is compiled without ldap support > checking whether to enable mod_authnz_ldap... configure: error: > mod_authnz_ldap has been requested but can not be built due to > prerequisite failures > > I have found multiple posts online with responses stating adding the > --with-ldap to the configure passes through and configures the ldap > support in the apr-util but this does not work for me. > > If I remove the ldap support the configuration completes without > error, and if I run just the ldap configuration I get the same error. > ./configure --prefix=/usr/subversion/apache2 --with-included-apr > --with-ldap --enable-ldap --enable-authnz-ldap > > > Any assistance would be greatly appreciated > > Thanks > > -- > *Mitchell Smith > * > > The information contained in this email (and any attachments) is confidential and may be privileged. If you are not the intended recipient > and have received this email in error, please notify the sender immediately by reply email and delete the message and any attachments. > If you are not the named addressee, you must not copy, disclose, forward or otherwise use the information contained in this email. > Cable& Wireless Communications Plc and its affiliates reserve the right to monitor all email communications through their networks to > ensure regulatory compliance. > > Cable& Wireless Communications Plc is a company registered in England& Wales with number: > 07130199 and offices located at 3rd Floor, 26 Red Lion Square, London WC1R 4HQ > --------------040003060606070508030702 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Try to compile apr and apr-util yourself...

Don't use the one in the source distro.

Then you'll be able to use LDAP.

  Saxa

On 15/02/13 11:43, Smith, Mitchell wrote:
Hi,

I am trying to configure 2.4.3 and am havinf some issues with the ldap intergration.

I am trying to ultimately configuring this installation as a multi purpose (proxy and subversion with ldap)

I have extracted the latest apr and apr-util releases into httpd/srclib/apr and  httpd/srclib/apr-uti. My Configure command is as follows

./configure --prefix=/usr/apache2 --enable-ldap  --enable-authnz-ldap --enable-mods-shared=most --enable-proxy --enable-ssl --enable-rewrite --with-mpm=worker --enable-dav_svn --with-included-apr --with-pcre=/usr/local/pcre --with-ldap


I get the following error
checking for ldap support in apr/apr-util... no
configure: WARNING: apr/apr-util is compiled without ldap support
checking whether to enable mod_authnz_ldap... configure: error: mod_authnz_ldap has been requested but can not be built due to prerequisite failures

I have found multiple posts online with responses stating adding the --with-ldap to the configure passes through and configures the ldap support in the apr-util but this does not work for me. 

If I remove the ldap support the configuration completes without error, and if I run just the ldap configuration I get the same error.
./configure --prefix=/usr/subversion/apache2 --with-included-apr --with-ldap  --enable-ldap  --enable-authnz-ldap


Any assistance would be greatly appreciated

Thanks

--
Mitchell Smith

The information contained in this email (and any attachments) is confidential and may be privileged. If you are not the intended recipient
and have received this email in error, please notify the sender immediately by reply email and delete the message and any attachments.
If you are not the named addressee, you must not copy, disclose, forward or otherwise use the information contained in this email.
Cable & Wireless Communications Plc and its affiliates reserve the right to monitor all email communications through their networks to
ensure regulatory compliance.
 
Cable & Wireless Communications Plc is a company registered in England & Wales with number:
07130199 and offices located at 3rd Floor, 26 Red Lion Square, London WC1R 4HQ


--------------040003060606070508030702--