How do I replace the built-in OpenSSL with a source tarball ?

2009-10-28 Thread George Sanders
I would like to: - upgrade the built-in OpenSSL that comes with FreeBSD (in my case, 6.4-RELEASE) - replace it with OpenSSL that I build myself from the source tarball If I do this with a plain old: ./config ; make ; make install OpenSSL does indeed build and install, but it installs in

RE: How do I replace the built-in OpenSSL with a source tarball ?

2009-10-28 Thread Gary Gatten
Maybe remove the existing package first? And try to use a pkg if you can for the new one. -Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of George Sanders Sent: Wednesday, October 28, 2009 10:58 AM To:

Re: How do I replace the built-in OpenSSL with a source tarball ?

2009-10-28 Thread George Sanders
- Original Message From: Gary Gatten ggat...@waddell.com To: George Sanders gosand1...@yahoo.com; 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

Re: How do I replace the built-in OpenSSL with a source tarball ?

2009-10-28 Thread Jerry
On Wed, 28 Oct 2009 08:57:52 -0700 (PDT) George Sanders gosand1...@yahoo.com replied: I would like to: - upgrade the built-in OpenSSL that comes with FreeBSD (in my case, 6.4-RELEASE) - replace it with OpenSSL that I build myself from the source tarball If I do this with a plain old:

Re: How do I replace the built-in OpenSSL with a source tarball ?

2009-10-28 Thread Vincent Hoffman
George Sanders wrote: - Original Message From: Gary Gatten ggat...@waddell.com To: George Sanders gosand1...@yahoo.com; 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

Re: How do I replace the built-in OpenSSL with a source tarball ?

2009-10-28 Thread David Kelly
On Wed, Oct 28, 2009 at 09:14:22AM -0700, George Sanders wrote: 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