Ubuntu 19.04 & Domoticz

On various Hardware and OS systems: pi / windows / routers / nas, etc

Moderator: leecollings

Post Reply
Prutsium
Posts: 92
Joined: Monday 18 June 2018 11:31
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Germany / Netherlands
Contact:

Ubuntu 19.04 & Domoticz

Post 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 :)
Justino
Posts: 19
Joined: Thursday 14 January 2016 19:56
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10548
Location: The Netherlands
Contact:

Re: Ubuntu 19.04 & Domoticz

Post 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
vamp
Posts: 34
Joined: Saturday 06 October 2018 13:20
Target OS: Linux
Domoticz version:
Contact:

Re: Ubuntu 19.04 & Domoticz

Post 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.
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 1 guest