From owner-freebsd-stable@FreeBSD.ORG Wed Nov 30 17:13:16 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 549001065700 for ; Wed, 30 Nov 2011 17:13:16 +0000 (UTC) (envelope-from meyersh@morningside.edu) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 20DDE8FC1D for ; Wed, 30 Nov 2011 17:13:15 +0000 (UTC) Received: by ywp17 with SMTP id 17so1348026ywp.13 for ; Wed, 30 Nov 2011 09:13:15 -0800 (PST) Received: by 10.100.19.5 with SMTP id 5mr665351ans.156.1322671535212; Wed, 30 Nov 2011 08:45:35 -0800 (PST) MIME-Version: 1.0 Received: by 10.150.139.13 with HTTP; Wed, 30 Nov 2011 08:44:54 -0800 (PST) From: Shaun Meyer Date: Wed, 30 Nov 2011 10:44:54 -0600 Message-ID: To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: www/Apache22 fails to build when configured for LDAP and AUTHNZ_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: Wed, 30 Nov 2011 17:13:16 -0000 Hello, I have already built apache22 successfully on FreeBSD 8.2-RELEASE-p3 amd64. I realized that I wanted authnz_ldap which wasn't turned on by default so I went into www/apache22 and did the following: # make clean # make config # make showconfig | grep LDAP LDAP=on "Enable mod_ldap" AUTHNZ_LDAP=on "Enable mod_authnz_ldap" # make LDAP and AUTHNZ_LDAP are the only adjusted knobs from the defaults. The operative build error is "mod_authnz_ldap.c:41:2: error: #error mod_authnz_ldap requires APR-util to have LDAP support built in. To fix add --with-ldap to ./configure." I have also tried removing and cleaning for the apr package. I see no other apache-related files installed and all this has been done against the latest, greatest ports collection using `portsnap`. This symptoms are identical to http://www.freebsd.org/cgi/query-pr.cgi?pr=124651 except, obviously, they have fixed that cause. Any advice is greatly appreciated, Shaun Meyer