Page 1 of 1

Unable to get working on Ubuntu 19.10 - libssl.so.1.0.0 error

Posted: Sunday 23 February 2020 17:42
by mrzippy
Hi

I am just migrating to a new server, I have limited Linux experience but I get the following error when I check the status of the service: -

/home/domoticz/domoticz/domoticz: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

Now I believe this library isn't available for Ubuntu 19.10 and I've just tried compiling Domoticz from source, that made no difference.

I tried to manually install this library but it won't let me due to a dependency issue.

Can anyone help, I am sure there must be a simple work around?

Domoticz works on my old server running the same OS, but that was upgraded, rather than installed from fresh.

Please help...

Re: Unable to get working on Ubuntu 19.10 - libssl.so.1.0.0 error

Posted: Sunday 23 February 2020 18:30
by FireWizard
Hi,

You can find it here: https://github.com/domoticz/domoticz/issues/3155

wget http://security.ubuntu.com/ubuntu/pool/ ... _amd64.deb

Then: sudo dpkg -i libssl1.0.0_1.0.2g-1ubuntu4.15_amd64.deb

Regards

Re: Unable to get working on Ubuntu 19.10 - libssl.so.1.0.0 error

Posted: Thursday 15 December 2022 23:57
by MaxHipshot
domoticz@betelgeuze:~/domoticz$ ./domoticz
./domoticz: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory


domoticz@betelgeuze:~/domoticz$ which openssl
/usr/bin/openssl

domoticz@betelgeuze:~/domoticz$ openssl version
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)

If I search for it the prompted error message, I fall into a rabbit hole being a myriad of possible reasons without a clear understanding of what is the problem and how to solve it. This is beyond me.

Please advise

Re: Unable to get working on Ubuntu 19.10 - libssl.so.1.0.0 error

Posted: Friday 16 December 2022 11:17
by waltervl