Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jan 2009 10:20:59 +0100
From:      "Herbert J. Skuhra" <h.skuhra@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Installing OpenSSL from ports, how to remove base-openssl?
Message-ID:  <86prinzjwk.fsf@oslo.ath.cx>
In-Reply-To: <49703E2F.8060706@isafeelin.org> (Frederique Rijsdijk's message of "Fri, 16 Jan 2009 08:58:39 %2B0100")
References:  <49703E2F.8060706@isafeelin.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Frederique Rijsdijk <frederique@isafeelin.org> writes:

> For a certain customer that wants to use a later version of OpenSSL
> (base is at 'e' while ports is at 'j') I installed
> /usr/ports/security/openssl. This is all fine, but now I have two sets
> binaries and libraries of OpenSSL on that system.

To build you ports with the openssl version in /usr/ports:

# echo "WITH_OPENSSL_PORT=yes" >> /etc/make.conf

> What is the proper way to remove the base openssl? I looked with
> sysinstall distributions but it's not listed there as something that you
> can add or remove.

# echo "WITHOUT_OPENSSL=yes" >> /etc/src.conf
# cd /usr/src && make check-old
# make delete-old 
# make delete-old-libs

Read src.conf(5).

- Herbert



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86prinzjwk.fsf>