Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2010 09:35:43 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Andrei Brezan <andrei693@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to overwrite openssl base with the one from ports?
Message-ID:  <4B5036EF.1080903@infracaninophile.co.uk>
In-Reply-To: <4B5027F1.4060309@gmail.com>
References:  <4B5027F1.4060309@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig01E5705237924A27897AAB58
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable

Andrei Brezan wrote:
> Hello list,
>=20
> I seem to have some problems overwriting openssl base. I have tried
> building security/openssl with OPENSSL_OVERWRITE_BASE=3DYES but to no s=
uccess.
>=20
> After i run:
> make OPENSSL_OVERWRITE_BASE=3DYES install clean
> i get the port installed in /usr/local/bin and lib ok, but i'm left wit=
h
> openssl in /usr/bin and lib too. Do i have to make
> buildworld/installworld with NO_OPENSSL in /etc/make.conf in order not
> to have openssl from base and then install it from port ?

There's no such option as 'OPENSSL_OVERWRITE_BASE' in a current ports
tree[*].  There is only

WITH_OPENSSL_BASE=3Dyes

which means link any ports against the version of the OpenSSL libs
installed by the base system, or

WITH_OPENSSL_PORTS=3Dyes

which means link any ports against the version of OpenSSL installed
from ports.  Applications that use SSL in the base system are always
linked against the base system version of OpenSSL, and the ports system
will throw an exception if you say 'WITH_OPENSSL_PORTS' but the ABI
version number of the shlibs in the base system is greater than the ones
from the ports.  So defining WITHOUT_OPENSSL in /etc/src.conf[+] is not
advisable either.=20


	Cheers,

	Matthew

[*] Despite its appearance in the mail/dkim-milter and mail/dk-milter
ports.  That's a bug.  It won't do anything.

[+] Assuming you're running 7.x or later.

--=20
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                  Kent, CT11 9PW


--------------enig01E5705237924A27897AAB58
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAktQNvcACgkQ8Mjk52CukIzR2gCeNMJdHHokse3LXlf0aB8BRxBq
+lYAn3thu+r/83r7Sgvd6swJam/pRzqm
=os1R
-----END PGP SIGNATURE-----

--------------enig01E5705237924A27897AAB58--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B5036EF.1080903>