From owner-freebsd-questions@FreeBSD.ORG Mon Nov 20 12:14:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C33216A416 for ; Mon, 20 Nov 2006 12:14:41 +0000 (UTC) (envelope-from duncan.fbsd@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE36E43D6B for ; Mon, 20 Nov 2006 12:14:13 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: by py-out-1112.google.com with SMTP id d32so1015579pye for ; Mon, 20 Nov 2006 04:14:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=uuYut5SrqYzhQwMUkrI5On5QpWJFlCS4k/cHEjQPr9mw/zncznFr4/6rpQ9OWXjy/p4V6iZApTTPzZfFlDt7V09Fk5UpwXOe75y2GZg+nkoeBYizdBRN78Wk1utuPPPpHvgZuZ5Bkjt/y3vy9eIgzXEHikmhQJI+1mrUtqgJPe8= Received: by 10.35.98.6 with SMTP id a6mr517576pym.1164024866314; Mon, 20 Nov 2006 04:14:26 -0800 (PST) Received: from ?192.168.1.20? ( [75.7.74.134]) by mx.google.com with ESMTP id 22sm6355680nzn.2006.11.20.04.14.25; Mon, 20 Nov 2006 04:14:25 -0800 (PST) From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Mon, 20 Nov 2006 06:13:27 -0600 User-Agent: KMail/1.9.4 References: <902576.81196.qm@web52103.mail.yahoo.com> In-Reply-To: <902576.81196.qm@web52103.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611200613.27873.duncan.fbsd@gmail.com> Cc: gahn Subject: Re: installation of freeradius 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: Mon, 20 Nov 2006 12:14:41 -0000 On Monday 20 November 2006 05:47, gahn wrote: > hi all: > > > i am having trouble to get freeradius installed: > > ===> Installing for openldap-client-2.3.29 > > ===> openldap-client-2.3.29 conflicts with installed > package(s): > openldap-client-2.2.30 > > They install files into the same place. > Please remove them first with pkg_delete(1). > *** Error code 1 > > Stop in /usr/ports/net/openldap23-client. > *** Error code 1 > > i can't remove the "openldap-client-2.2.30" since > other packages depend on it, but without the > "openldap-client-2.3.29", i can't get freeradius > going. > > any idea to solve this delimma? > > regards > > _ming > > You can follow the instructions that you have up above. # pkg_delete -f openldap-client-2.2.30 # cd /usr/ports/net/openldap23-client # make install - or - # pkg_add -vr openldap23-client # pkgdb -Ff change the dependancies to the new openldap23-client. Then try installing freeradius. Don