From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from server1.shellworld.net ([64.39.15.178] ident=root) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 17wBy6-00018x-00 for ; Mon, 30 Sep 2002 21:36:58 -0400 Received: from localhost (jdashiel@localhost) by server1.shellworld.net (8.11.1/8.11.1) with ESMTP id g911eC328555 for ; Mon, 30 Sep 2002 20:40:12 -0500 (CDT) (envelope-from jdashiel@shellworld.net) Date: Mon, 30 Sep 2002 21:40:12 -0400 (EDT) From: Jude DaShiell To: speakup@braille.uwo.ca Subject: Re: wget ssl support In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: First of all the ssl files need to be on disk in the expected place. In the build process for lynx, there's a configure step. That's the first building step. one of the command line options for ./configure needs to be --with-ssl. You may need or want to use more options than that too. ./configure --help should provide an available list.