From owner-freebsd-stable@FreeBSD.ORG Thu Sep 7 09:38:43 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8679E16A4DD for ; Thu, 7 Sep 2006 09:38:43 +0000 (UTC) (envelope-from dkirhlarov@oilspace.com) Received: from office.oilspace.com (ns2.oilspace.com [194.129.65.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6A3043D79 for ; Thu, 7 Sep 2006 09:38:34 +0000 (GMT) (envelope-from dkirhlarov@oilspace.com) Received: from dkirhlarov.mow.oilspace.com (hq.oilspace.com [81.222.156.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by office.oilspace.com (Postfix) with ESMTP id 964BB136CA4 for ; Thu, 7 Sep 2006 10:38:25 +0100 (BST) Received: from dkirhlarov.mow.oilspace.com (localhost [127.0.0.1]) by dkirhlarov.mow.oilspace.com (8.13.6/8.13.6) with ESMTP id k879b5e1010165 for ; Thu, 7 Sep 2006 13:38:11 +0400 (MSD) (envelope-from dkirhlarov@dkirhlarov.mow.oilspace.com) Received: (from dkirhlarov@localhost) by dkirhlarov.mow.oilspace.com (8.13.6/8.13.6/Submit) id k879b5jk010164 for freebsd-stable@freebsd.org; Thu, 7 Sep 2006 13:37:05 +0400 (MSD) (envelope-from dkirhlarov) Date: Thu, 7 Sep 2006 13:37:05 +0400 From: Dmitriy Kirhlarov To: freebsd-stable@freebsd.org Message-ID: <20060907093704.GA8569@dimma.mow.oilspace.com> Mail-Followup-To: freebsd-stable@freebsd.org References: <200609071226.34198.dzalewski@open-craft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609071226.34198.dzalewski@open-craft.com> X-Mailer: Mutt-ng devel (2005-03-13) based on Mutt 1.5.9 X-Operating-System: FreeBSD 6.1-STABLE User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: Re: Apache 2.2.3 with auth_ldap X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 09:38:43 -0000 On Thu, Sep 07, 2006 at 12:26:34PM +0300, Dominik Zalewski wrote: > I'm running FreeBSD 6.1-STABLE on i386. I need to run auth_ldap module with > apache 2.2.3 but as I see it requires apache13 . > > ===> auth_ldap-1.6.1 : Error from bsd.apache.mk. apache22 is installed (or > APACHE_PORT is defined) and port requires 13. > *** Error code 1 > > Is there is anyway to run auth_ldap with apache22 ? I use mod_ldap and mod_auth_ldap with apache20. Strings from /usr/local/etc/pkgtools.conf: MAKE_ARGS = { ... 'www/apache2*' => 'WITH_LDAP_MODULES=yes WITH_SSL_MODULES=yes WITH_MISC_MODULES=yes WITH_THREADS_MODULES=yes', ... } WBR