From owner-freebsd-questions@FreeBSD.ORG Sat Dec 20 20:52:11 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E15916A4CE for ; Sat, 20 Dec 2003 20:52:11 -0800 (PST) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE10143D1F for ; Sat, 20 Dec 2003 20:52:10 -0800 (PST) (envelope-from aaron@justaaron.com) Received: from justaaron.com (c-24-9-227-110.client.comcast.net[24.9.227.110]) by comcast.net (rwcrmhc12) with SMTP id <20031221045210014000lkhme>; Sun, 21 Dec 2003 04:52:10 +0000 Message-ID: <3FE526F3.30405@justaaron.com> Date: Sat, 20 Dec 2003 21:52:03 -0700 From: Aaron User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031207 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20031221043243.7EA8816A4D3@hub.freebsd.org> In-Reply-To: <20031221043243.7EA8816A4D3@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: How to Upgrade OpenLDAP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: aaron@justaaron.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2003 04:52:11 -0000 Bob Perry wrote: > I went to the port directory net/openldap21-client/ to install > openldap-client-2.1.23 and > could only find a Makefile. Do I just install the server? I didn't see > one in my > list of ports with the previous openldap-client-2.0.27. That Makefile references the server port, and defines CLIENT_ONLY=yes Building the client will run the Makefile in server, the overall port, but only with client features. Build server and you should get both, as server depends on client. -- Aaron aaron@justaaron.com