Page 1 of 1

Debian Stretch libssl.so.1.0.0 issue

Posted: Thursday 09 August 2018 17:59
by m147
Hi,

According recommendation, I have installed Domoticz on Debian Stretch. There appeared problem with installation.
Precompiled Domoticz required libssl.so.1.0.0 library but Stretch has newer version (viewtopic.php?t=22303). So I had to compile Domoticz from source.
After upgrade I cannot start Domoticz, it require libssl.so.1.0.0 again.

Is there any possibility to repair this depedency in future update?

Re: Debian Stretch libssl.so.1.0.0 issue

Posted: Friday 31 August 2018 16:28
by raoul
you need to compile openssl 1.0.0 from source. After that, you just need to copy the built libssl.so and libcrypto.so to libssl.so.1.0.0 and libcrypto.so.1.0.0 in /usr/local/lib and enjoy ! (note there is -shared needed when you launch ./config for building openssl)