Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2006 13:37:05 +0400
From:      Dmitriy Kirhlarov <dimma@higis.ru>
To:        freebsd-stable@freebsd.org
Subject:   Re: Apache 2.2.3 with auth_ldap
Message-ID:  <20060907093704.GA8569@dimma.mow.oilspace.com>
In-Reply-To: <200609071226.34198.dzalewski@open-craft.com>
References:  <200609071226.34198.dzalewski@open-craft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060907093704.GA8569>