Date: Wed, 19 Nov 2008 11:00:02 +0100 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Cc: Peter Boosten <peter@boosten.org> Subject: Re: mod_auth_ldap Message-ID: <200811191100.03617.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <4923A4EA.8070002@boosten.org> References: <4923A4EA.8070002@boosten.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811191100.03617.fbsd.questions>