From owner-freebsd-questions@FreeBSD.ORG Fri May 9 11:39:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A88F0106566C for ; Fri, 9 May 2008 11:39:03 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 696338FC21 for ; Fri, 9 May 2008 11:39:03 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id E360E1CD4A; Fri, 9 May 2008 03:39:01 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 9 May 2008 13:38:58 +0200 User-Agent: KMail/1.9.7 References: <92bcbda50805081703g7577acb4na36958599c3d5e83@mail.gmail.com> In-Reply-To: <92bcbda50805081703g7577acb4na36958599c3d5e83@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805091338.59431.fbsd.questions@rachie.is-a-geek.net> Cc: n j Subject: Re: Apache 2.2.8 + mod_authnz_ldap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2008 11:39:03 -0000 On Friday 09 May 2008 02:03:01 n j wrote: > Hello, > > did anyone experience any problems trying to install mod_authnz_ldap > with Apache 2.2.8 on FreeBSD 6.3? > > I ran into the following trouble: > > mod_authnz_ldap.c:41:2: #error mod_authnz_ldap requires APR-util to > have LDAP support built in. To fix add --with-ldap to ./configure > which caused "Stop in > /usr/ports/www/apache22/work/httpd-2.2.8/modules/aaa. *** Error code > 1". What are you using for apr? The one that comes with apache itself, or the devel/apr port? I found in practice that even though the "APR from ports" option contains a warning, it works better if you have more software depending on apr (i.e., subversion) and it's also better manageable with the plugins (in my case db4*). F.e., I don't have to rebuild apache, if I want to migrate to the latest and greatest db4 minor release. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.