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 9664111BCA for ; Sun, 11 May 2014 14:41:58 +0000 (UTC) Received: (qmail 55855 invoked by uid 500); 11 May 2014 14:41:56 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 55825 invoked by uid 500); 11 May 2014 14:41: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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 55817 invoked by uid 99); 11 May 2014 14:41:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 May 2014 14:41:56 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Sun, 11 May 2014 14:41:52 +0000 Received: (qmail 5771 invoked from network); 11 May 2014 14:41:01 -0000 Received: from naia.intranet (HELO [192.168.3.25]) ([192.168.3.25]) (envelope-sender ) by naia.intranet (qmail-ldap-1.03) with SMTP for ; 11 May 2014 14:41:01 -0000 Message-ID: <536F8BFD.6090306@saxa.dyndns.org> Date: Sun, 11 May 2014 16:41:01 +0200 From: Saxa Egea User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: users@httpd.apache.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] building httpd with openldap Dear, The problem probably is not the apache configuration. If you want to enable ldap support to apache you have to compile apr and apr-util outside the apache source tree. And enable ldap in apr (I think it's apr, not apr-util). If you don't do this way you will have an error compiling apache. I guess I have a step by step guide... If you need it don't hesitate to contact me. Tx, Saxa On 22/04/14 19:52, Vanhorn, Mike wrote: > I am trying to build httpd 2.2.24 on a Solaris 10 system with OpenLDAP > rather than Solaris' LDAP. My original configure looks like this: > > ./configure --prefix=/usr/local/apache2.2.24 > --enable-layout=Solaris-Apache2 --enable-mods-shared=all > --with-mpm=prefork --with-ldap --enable-authnz-ldap --enable-ldap > --with-ssl --enable-ssl --with-included-apr > > Even after I have uninstalled the LDAP package from Oracle and installed > the OpenLDAP package (which went into /opt/csw), this still seems to be > finding an LDAP toolkit that configure labels as "Solaris" (during the > configure step for apr-util). > > I have tried "--with-ldap=/opt/csw", but using that causes the configure > to fail when it tries to check for ldap. How do I tell the configure > process to use the LDAP libraries that are in /opt/csw and ignore any > other one(s) it finds? > > Thanks! > > --- > Mike VanHorn > Senior Computer Systems Administrator > College of Engineering and Computer Science > Wright State University > 265 Russ Engineering Center > 937-775-5157 > michael.vanhorn@wright.edu > http://www.cecs.wright.edu/~mvanhorn/ > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org