On Thu, Oct 27, 2016 at 04:22:09PM +0100 I heard the voice of Matt Smith, and lo! it spake thus: > > I don't see this on my system which is FreeBSD 11.0-STABLE #0 r307132 > > $ ldd /usr/local/sbin/ntpd | grep -E '(crypto|ssl)' > libcrypto.so.38 => /usr/local/lib/libcrypto.so.38 (0x800cee000) > libssl.so.39 => /usr/local/lib/libssl.so.39 (0x801aca000) > > Most likely because I have correctly declared the default version of the > SSL library by putting DEFAULT_VERSIONS=ssl=libressl-devel in make.conf.
You're using libressl, which has a totally different SOVERSION, so it can't flip itself back and forth. openssl has the same SOVERSION. -- Matthew Fuller (MF4839) | fulle...@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"