From owner-freebsd-questions@FreeBSD.ORG Tue Jul 29 16:47:20 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 AB88E106567A for ; Tue, 29 Jul 2008 16:47:20 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from hermes.hst.org.za (onix.hst.org.za [209.203.2.133]) by mx1.freebsd.org (Postfix) with ESMTP id D5EC38FC08 for ; Tue, 29 Jul 2008 16:47:18 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from [10.1.11.1] ([10.1.11.1]) (authenticated bits=0) by hermes.hst.org.za (8.13.8/8.13.8) with ESMTP id m6TGhDTn076675 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 29 Jul 2008 18:43:13 +0200 (SAST) (envelope-from jonathan+freebsd-questions@hst.org.za) From: Jonathan McKeown To: freebsd-questions@freebsd.org Date: Tue, 29 Jul 2008 18:47:40 +0200 User-Agent: KMail/1.9.4 X-Face: $@VrUx^RHy/}yu]jKf/<4T%/d|F+$j-Ol2"2J$q+%OK1]&/G_S9(HkaQ*`!?YOK?Y!'M`C aP\9nVPF8Q}CilHH8l; ~!42HK6'3lg4J}az@1Dqqh:J]M^"YPn*2IWrZON$1+G?oX3@k#0 54XDRg=Yn_F-etwot4U$bdTS{i X-Spam-Score: -4.375 () ALL_TRUSTED,AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 Subject: Building modules distributed with Apache, using ports 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: Tue, 29 Jul 2008 16:47:20 -0000 This may be a daft question. I freely admit it's a lazy one - I'm hoping someone has a quick answer that'll save me a couple of hours building a test server and experimenting. I built apache 2.0 from ports, using WITH_LDAP - but not WITH_LDAP_MODULES, as the Makefile.doc says it's implied by WITH_LDAP. As far as I can tell it's actually the other way round, that WITH_LDAP_MODULES triggers the WITH_LDAP options (either that or I didn't set it properly). Be that as it may, I now have an installation of Apache to which I need to add mod_auth_ldap and mod_ldap from the Apache 2.0 distribution. Is it possible to use the www/apache20 port to build these, or additional modules generally, without rebuilding/reinstalling Apache itself? Jonathan