From owner-freebsd-questions@FreeBSD.ORG Thu Nov 20 04:19:56 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 875541065674 for ; Thu, 20 Nov 2008 04:19:56 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from mail.unitedinsong.com.au (202-172-126-254.cpe.qld-1.comcen.com.au [202.172.126.254]) by mx1.freebsd.org (Postfix) with ESMTP id 366448FC0A for ; Thu, 20 Nov 2008 04:19:56 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from [192.168.0.185] (unknown [192.168.0.185]) by mail.unitedinsong.com.au (Postfix) with ESMTP id DC5034072 for ; Thu, 20 Nov 2008 14:20:24 +1000 (EST) From: Da Rock To: freebsd-questions@freebsd.org In-Reply-To: <4923DFCE.2000000@boosten.org> References: <4923A4EA.8070002@boosten.org> <1227075189.4296.4.camel@laptop1.herveybayaustralia.com.au> <4923DFCE.2000000@boosten.org> Content-Type: text/plain Date: Thu, 20 Nov 2008 14:19:53 +1000 Message-Id: <1227154794.3641.1.camel@laptop1.herveybayaustralia.com.au> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-5.fc8) Content-Transfer-Encoding: 7bit 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: Thu, 20 Nov 2008 04:19:56 -0000 On Wed, 2008-11-19 at 10:43 +0100, Peter Boosten wrote: > Da Rock wrote: > > On Wed, 2008-11-19 at 06:32 +0100, 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? > > > > Try the APR utilities port. > > > > He Da Rock, > > Thanks for your answer. However, which port would that be? Apologies, its actually the apr libraries, and is devel/apr. However, based on the other replies here it doesn't look like its the problem...