lighttpd does not pull OpenSSL dependency

Matthew D. Fuller fullermd at over-yonder.net
Thu Oct 27 15:23:57 UTC 2016


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)   |  fullermd at over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.


More information about the freebsd-ports mailing list