Dovecot 2.2.25 fails on SSL
Joseph Tam
jtam.home at gmail.com
Fri Sep 2 19:50:10 UTC 2016
Aki Tuomi wrote:
>>>> ldd /usr/local/Dovecot-2.2.25/lib/dovecot/libdcrypt_openssl.so
>>>> linux-gate.so.1 => (0x00dca000)
>>>> libcrypto.so.1.0.0 => not found
>>>> ...
>
> Well, then it leaves only option of using /etc/ld.so.conf
> so basically add your libssl location there.
You can also affect where shared libraries are loaded using the
LD_LIBRARY_PATH environment variable. Try adding
LD_LIBARY_PATH=/location/of/libdir; export LD_LIBARY_PATH
to your service boot scripts.
Joseph Tam <jtam.home at gmail.com>
More information about the dovecot
mailing list