From owner-freebsd-questions@FreeBSD.ORG Wed Oct 28 17:29:02 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 A7F78106566C for ; Wed, 28 Oct 2009 17:29:02 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from ostracod.unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id E675B8FC21 for ; Wed, 28 Oct 2009 17:29:01 +0000 (UTC) Received: from vhoffman.lon.namesco.net (75.69-246-213.ippool.namesco.net [213.246.69.75]) (authenticated bits=0) by ostracod.unsane.co.uk (8.14.3/8.14.3) with ESMTP id n9SHSvUZ002855 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Oct 2009 17:29:00 GMT (envelope-from vince@unsane.co.uk) Message-ID: <4AE87F56.2060001@unsane.co.uk> Date: Wed, 28 Oct 2009 17:28:54 +0000 From: Vincent Hoffman User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: George Sanders References: <222251.93672.qm@web111616.mail.gq1.yahoo.com> <22444_1256745699_4AE86AE2_22444_6_2_70C0964126D66F458E688618E1CD008A08CCEEB2@WADPEXV0.waddell.com> <351996.10217.qm@web111612.mail.gq1.yahoo.com> In-Reply-To: <351996.10217.qm@web111612.mail.gq1.yahoo.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Gary Gatten , freebsd-questions@freebsd.org Subject: Re: How do I replace the built-in OpenSSL with a source tarball ? 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: Wed, 28 Oct 2009 17:29:02 -0000 George Sanders wrote: > > > ----- Original Message ---- > >> From: Gary Gatten >> To: George Sanders ; freebsd-questions@freebsd.org >> Sent: Wed, October 28, 2009 11:01:35 AM >> Subject: RE: How do I replace the built-in OpenSSL with a source tarball ? >> >> Maybe remove the existing package first? And try to use a pkg if you >> can for the new one. >> > > > > Yes, but I still won't know how to put the new version in _exactly the same place_ as the one I just removed. > > For complex reasons of space and tools (embedded system, etc.) I do indeed need to use the source tarball. > > So I'd like to know what configure directive to feed to it to properly and _exactly_ replace the existing FreeBSD default OpenSSL... > > Thanks. > Well the base openssl is held in /usr/src/crypto/openssl but the makefile is in /usr/src/secure/usr.bin/openssl so I'd look at those. I'm in no way knowledgeable about openssl or how its integrated into freebsd though, this is just from a quick look at the sources. Vince > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >