From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 18:21:22 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 BD888106566C for ; Mon, 9 Aug 2010 18:21:22 +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 576118FC15 for ; Mon, 9 Aug 2010 18:21:21 +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 o79IK8MG094748 for ; Mon, 9 Aug 2010 14:20:09 -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 o79IK8MH094747 for questions@freebsd.org; Mon, 9 Aug 2010 14:20:08 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 9 Aug 2010 14:20:08 -0400 From: Jerry McAllister To: questions@freebsd.org Message-ID: <20100809182008.GA94733@gizmo.acns.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: 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:21:22 -0000 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