Page 1 of 1

Ubuntu 19.04 & Domoticz

Posted: Tuesday 23 April 2019 17:03
by Prutsium
Hi all,

As my wife hitted by accident the upgrade function for Ubuntu from 18.04 > 19.04 the system got upgraded.
(Yes she pressed every yes button and so on :))

But now i end up with an non working Domoticz ..... anybody have some tips?
When starting manual i get:

Code: Select all

media@media-N61Vg:~/domoticz$ ./domoticz
./domoticz: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
trying to get libssl results in:

Code: Select all

media@media-N61Vg:~/domoticz$ sudo apt-get install libssl1.0.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libssl1.0.0 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libssl1.0.0' has no installation candidate
Help :)

Re: Ubuntu 19.04 & Domoticz

Posted: Friday 26 April 2019 17:01
by Justino
Hi there,

Some are having the same issue, see https://www.domoticz.com/forum/viewtopic.php?t=18793
Like they tell in this topic, you'll need to manually install it. (link in the topic is outdated)

Pi:

Code: Select all

wget http://ftp.nl.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u8_armhf.deb
sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u8_armhf.deb
In your case it will be (if i'm correct)

64-Bit:

Code: Select all

wget http://ftp.nl.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb
sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb
-- or --
32-Bit

Code: Select all

http://ftp.nl.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u8_i386.deb
sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u8_i386.deb
Source link:
http://ftp.nl.debian.org/debian/pool/main/o/openssl/

After that, reboot your Domoticz and you should be up and running again

Re: Ubuntu 19.04 & Domoticz

Posted: Saturday 27 April 2019 21:55
by vamp
Same problem, but after i install libssl i can not login and the web login interface is sometime available sometime not... I think a another problem is exist not only libssl.