From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 18:27:00 2010 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 DA467106566C for ; Mon, 9 Aug 2010 18:27:00 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out8.libero.it (cp-out8.libero.it [212.52.84.108]) by mx1.freebsd.org (Postfix) with ESMTP id 713DD8FC0C for ; Mon, 9 Aug 2010 18:27:00 +0000 (UTC) Received: from soth.ventu (151.51.10.143) by cp-out8.libero.it (8.5.107) id 4C4F187301D0FA13 for freebsd-questions@freebsd.org; Mon, 9 Aug 2010 20:26:59 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.3) with ESMTP id o79IQvBW072937 for ; Mon, 9 Aug 2010 20:26:57 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <4C604872.7010209@netfence.it> Date: Mon, 09 Aug 2010 20:26:58 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.1.11) Gecko/20100805 Thunderbird/3.0.6 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20100809182008.GA94733@gizmo.acns.msu.edu> In-Reply-To: <20100809182008.GA94733@gizmo.acns.msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Installing wget 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, 09 Aug 2010 18:27:01 -0000 Il 08/09/10 20:20, Jerry McAllister ha scritto: > Hi All, > > I started an instal of wget from ports - /usr/ports/ftp/wget > > It comes up with some selections and I mistakenly selected GNUTLS. > > Now I constantly get > "GNUTLS and OPENSSL are mutually exclusive, enable at most one of them" > And the make quits. > > How do I get rid of that. I have done make clean, make diskclean > and deleted as many files as I dared, but it still won't build > and install wget. > > Of course, there is some file I don't know about. > Can someone point me to where to find it? rm /var/db/ports/wget/options or portupgrade -Cf wget or cd /usr/ports/ftp/wget ; make config bye av.