On 30/06/2016 1:40 AM, Timo Sirainen wrote:
On 24 Jun 2016, at 01:51, Reuben Farrelly <reuben-dove...@reub.net> wrote:
Current master-2.2 branch of Dovecot compiles for me on Gentoo x86_64 but
experiences symbol errors when starting up:
Jun 24 08:38:00 thunderstorm dovecot: lmtp(8180): Fatal: Couldn't load required
plugin /usr/lib64/dovecot/libssl_iostream_openssl.so: dlopen() failed:
/usr/lib64/dovecot/libssl_iostream_openssl.so: undefined symbol:
SSL_COMP_free_compression_methods
Jun 24 08:38:00 thunderstorm dovecot: master: Error: service(lmtp): command
startup failed, throttling for 16 secs
I suspect that this is because I have libressl installed on my systems instead
of OpenSSL.
Fixed:
https://github.com/dovecot/core/commit/be2be317de8059c135bea0ec698045f0f7475d6e
Thanks. Better but perhaps not quite right yet - I'm now seeing lots of
these messages logged:
Jun 30 08:07:22 thunderstorm.reub.net dovecot: doveadm: Warning:
CRYPTO_set_mem_functions() was called too late
Reuben