2 Sep
2016
2 Sep
'16
10:50 p.m.
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@gmail.com