From owner-freebsd-questions@FreeBSD.ORG Wed Nov 19 10:00:24 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 F23DD1065672 for ; Wed, 19 Nov 2008 10:00:24 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id C3BC38FC16 for ; Wed, 19 Nov 2008 10:00:24 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 47B94AFC1C6; Wed, 19 Nov 2008 01:00:23 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 19 Nov 2008 11:00:02 +0100 User-Agent: KMail/1.9.7 References: <4923A4EA.8070002@boosten.org> In-Reply-To: <4923A4EA.8070002@boosten.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811191100.03617.fbsd.questions@rachie.is-a-geek.net> Cc: Peter Boosten Subject: Re: mod_auth_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: Wed, 19 Nov 2008 10:00:25 -0000 On Wednesday 19 November 2008 06:32:26 Peter Boosten wrote: > Hi all, > > Anyone try to compile this one? > It stops with a > www/mod_auth_ldap (missing header) > > The header it cannot find is: > mod_auth_ldap.c:61:24: error: apr_compat.h: No such file or directory > > And it's right: the file indeed is not on my system, and it didn't come > with apr-gdbm-db44-1.3.3.1.3.4, nor with apache-2.2.9_5. > > Does anyone have some clues about the solution? > > TIA > > Peter The module is outdated. apr_compat.h was deprecated in Apache 2.0 and removed in Apache 2.2. Port has to be market BROKEN if APACHE_PORT == www/apache22 and fixed upstream. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.