Date: Wed, 28 Oct 2009 11:01:35 -0500 From: "Gary Gatten" <Ggatten@waddell.com> To: "George Sanders" <gosand1982@yahoo.com>, <freebsd-questions@freebsd.org> Subject: RE: How do I replace the built-in OpenSSL with a source tarball ? Message-ID: <22444_1256745699_4AE86AE2_22444_6_2_70C0964126D66F458E688618E1CD008A08CCEEB2@WADPEXV0.waddell.com> In-Reply-To: <222251.93672.qm@web111616.mail.gq1.yahoo.com> References: <222251.93672.qm@web111616.mail.gq1.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Maybe remove the existing package first? And try to use a pkg if you can for the new one. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of George Sanders Sent: Wednesday, October 28, 2009 10:58 AM To: freebsd-questions@freebsd.org Subject: How do I replace the built-in OpenSSL with a source tarball ? 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 an alternate location and does not overwrite the FreeBSD built-in. Ok, should be easy to fix - I will simply use an: --prefix config directive and point it to /usr: --prefix=3D/usr However, that does not work - running: /usr/local/ssl/bin/openssl version shows me that this binary has not changed. Ok, no problem, I will simply use: --prefix=3D/usr/local instead ... but that also does not work. No matter what I do, I cannot get the OpenSSL source tarball to overwrite my built-in OpenSSL in FreeBSD - I always end up having two binaries in two different locations. Can someone tell me how to just cleanly replace the built-in OpenSSL with the source tarball ? Thanks. =20=20=20=20=20=20 _______________________________________________ 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" <font size=3D"1"> <div style=3D'border:none;border-bottom:double windowtext 2.25pt;padding:0i= n 0in 1.0pt 0in'> </div> "This email is intended to be reviewed by only the intended recipient and may contain information that is privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any review, use, dissemination, disclosure or copying of this email and its attachments, if any, is strictly prohibited. If you have received this email in error, please immediately notify the sender by return email and delete this email from your system." </font>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?22444_1256745699_4AE86AE2_22444_6_2_70C0964126D66F458E688618E1CD008A08CCEEB2>