From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 18:28:04 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DA33106567D for ; Mon, 9 Aug 2010 18:28:04 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 437B48FC26 for ; Mon, 9 Aug 2010 18:28:03 +0000 (UTC) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id o79IQpEg094827; Mon, 9 Aug 2010 14:26:51 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id o79IQp3Q094826; Mon, 9 Aug 2010 14:26:51 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 9 Aug 2010 14:26:51 -0400 From: Jerry McAllister To: Kurt Buff Message-ID: <20100809182651.GA94772@gizmo.acns.msu.edu> References: <20100809182008.GA94733@gizmo.acns.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: Jerry McAllister , questions@freebsd.org 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:28:04 -0000 On Mon, Aug 09, 2010 at 11:23:54AM -0700, Kurt Buff wrote: > On Mon, Aug 9, 2010 at 11:20, Jerry McAllister wrote: > > 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? > > > > Thank you, > > > > ////jerry > > Perhaps 'make config'? > Sure enough, that fixes it. I should have thought of trying that. But where was it keeping it that I couldn't obliterate manually? Thanks, ////jerry