From owner-freebsd-questions@FreeBSD.ORG Wed Mar 5 02:45:07 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 4973F106566B for ; Wed, 5 Mar 2008 02:45:07 +0000 (UTC) (envelope-from kingedgar@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 178A38FC13 for ; Wed, 5 Mar 2008 02:45:06 +0000 (UTC) (envelope-from kingedgar@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1317459waf.3 for ; Tue, 04 Mar 2008 18:45:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=mGVjddtX9lns2R7UF1cZdOH7D+N7jiyZmkHtw9NBOJY=; b=PudCldi9JSUqVYNi5NZCjG2VU6TO5J2DIF8yDrHxh7RIAI0R2JpD28IuTX0VEKJIxCZPEM52snYuLD5t6LkenSQNCesX/VEnIfAWhHROabL8IWMEs0pqprhFpMRL6mSOjPcuptZWpKva/7pDyR+cxWuJJKlOSmFotb6O9SFS7cA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=d1wSs6ywyBjPslzZQ/quUuhaRHGRZUO2E5FbfugW0745marNXhJ0YDUfU4BCOSYenpw1uhCYk/lRicVUeA/iIDzLJM+KSoklqKGhecbkjmQPhOOEAuWD7pbRgEpviSRya9+EaN4n8mN2F60zOkPvLwM1Ha+YnElsQk8V+F5T+bg= Received: by 10.114.176.1 with SMTP id y1mr3411745wae.86.1204685106631; Tue, 04 Mar 2008 18:45:06 -0800 (PST) Received: by 10.114.209.2 with HTTP; Tue, 4 Mar 2008 18:45:06 -0800 (PST) Message-ID: <970380130803041845w459f3d99yb7bfe593d0164ec0@mail.gmail.com> Date: Tue, 4 Mar 2008 20:45:06 -0600 From: "Jason Garrett" To: freebsd-questions@freebsd.org In-Reply-To: <970380130803041818t2be7a090p283c2887dc64a62a@mail.gmail.com> MIME-Version: 1.0 References: <970380130803041818t2be7a090p283c2887dc64a62a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: nss_ldap wants openldap 2.3.41 - have 2.4.8 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: Wed, 05 Mar 2008 02:45:07 -0000 On Tue, Mar 4, 2008 at 8:18 PM, Jason Garrett wrote: > This is most likely a dumb question, but how do I tell ports to build > nss_ldap against openldap-2.4.8? WANT_OPENLDAP_VER=24 worked in /etc/make.conf > > >