From owner-freebsd-questions@FreeBSD.ORG Tue Oct 20 20:51:43 2009 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 5332A106566C for ; Tue, 20 Oct 2009 20:51:43 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout018.mac.com (asmtpout018.mac.com [17.148.16.93]) by mx1.freebsd.org (Postfix) with ESMTP id 41AF58FC12 for ; Tue, 20 Oct 2009 20:51:43 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from cswiger1.apple.com ([17.227.140.124]) by asmtp018.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KRT005SHZA6PM90@asmtp018.mac.com> for freebsd-questions@freebsd.org; Tue, 20 Oct 2009 13:51:42 -0700 (PDT) Message-id: <0F8325DD-9857-4A61-A9A2-04F5A4E4B87F@mac.com> From: Chuck Swiger To: Noah In-reply-to: <4ADE1E2D.4000601@enabled.com> Date: Tue, 20 Oct 2009 13:51:42 -0700 References: <4ADE1E2D.4000601@enabled.com> X-Mailer: Apple Mail (2.936) Cc: User Questions Subject: Re: building lynx with ssl 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: Tue, 20 Oct 2009 20:51:43 -0000 On Oct 20, 2009, at 1:31 PM, Noah wrote: > and the build strategy used is: > ./configure --with-ssl && make && sudo make install > > what am I doing wrong? You're building stuff yourself without looking at how the ports maintainer already solved this issue. Try doing ./configure --with- ssl=/usr or ./configure --with-ssl=/usr/local, depending on which OpenSSL installation you want to use.... Regards, -- -Chuck