Page 1 of 1

Domotiz not ready for latest Debian?!?

Posted: Monday 20 January 2025 19:04
by renerene
/domoticz/domoticz: /lib/x86_64-linux-gnu/libcrypto.so.1.1: version `OPENSSL_1_1_1' not found (required by /home/domoticz)

come on...

Did a fresh install, latest debian (12) on proxmox VM NUC, but now you teling me domoticz needs older OS?
Installed OPENSSL 1.1, but still no good. [edit: apparently not]

Please update wiki and tell us which Ubuntu/Debian version to use

Re: Domotiz not ready for latest Debian?!?

Posted: Monday 20 January 2025 20:25
by waltervl
It works but you need to install libssl1.1 as that is replaced by libssl3
There are other topics about this, a little search will find these. Or use the docker environment to get rid of software requirements.

Re: Domotiz not ready for latest Debian?!? -libssl1.1

Posted: Tuesday 21 January 2025 18:06
by renerene
. Or use the docker environment to get rid of software requirements.
no thank you, I'm just new in the proxmox matter, and there is not enough will to struglle through Docker USB matter

attempts to install 1.1: no luck

Code: Select all

 wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.0l-1~deb9u3_amd64.deb
--2025-01-21 18:00:43--  http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.0l-1~deb9u3_amd64.deb
Resolving security.debian.org (security.debian.org)... 151.101.66.132, 151.101.194.132, 151.101.130.132, ...
Connecting to security.debian.org (security.debian.org)|151.101.66.132|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-01-21 18:00:43 ERROR 404: Not Found.

wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.2_amd64.deb
sudo dpkg -i libssl1.1_1.1.1l-1ubuntu1.2_amd64.deb
sudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
sudo dpkg -i synergy_1.14.3-stable.218fa800_ubuntu21_amd64.deb
--2025-01-21 18:03:11--  http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.2_amd64.deb
Resolving security.ubuntu.com (security.ubuntu.com)... 185.125.190.83, 91.189.91.83, 91.189.91.82, ...
Connecting to security.ubuntu.com (security.ubuntu.com)|185.125.190.83|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-01-21 18:03:11 ERROR 404: Not Found.
Jan 21 18:12:37 debian domoticz.sh[1101]: /home/sys/domoticz/domoticz: /lib/x86_64-linux-gnu/libcrypto.so.1.1: version `OPENSSL_1_1_1' not found (required by /home/sys/domoticz/domoticz)

unfortunatly, beta version also needs the old openssl 1.1.1

Where can i find this old version libssl1.1.1? and openSSL_1_1_1?

Re: Domotiz not ready for latest Debian?!?

Posted: Tuesday 21 January 2025 20:56
by renerene
I am quite “surprised” that the default Domoticz installation procedure is outdated and there is not a quick fix. Is docker the new default?

How many new users have already dropped out here?

Re: Domotiz not ready for latest Debian?!?

Posted: Tuesday 21 January 2025 21:18
by waltervl
I used this topic to install libssl1
https://stackoverflow.com/questions/721 ... 4#72633324

The package depends on your hardware architecture as explained in the answer. The latest version can be found here: http://nz2.archive.ubuntu.com/ubuntu/po ... l/?C=M;O=D
I used the amd64 version.

Code: Select all

wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb

sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb

Re: Domotiz not ready for latest Debian?!?

Posted: Tuesday 21 January 2025 21:47
by renerene
yes!
Image
thanks a lot Walter

Re: Domotiz not ready for latest Debian?!?

Posted: Sunday 23 March 2025 22:08
by Truffe13
Hi
I had the same issue when trying to install the wiki (pre-built installation - https://wiki.domoticz.com/Linux#Use_pre ... stallation) on Ubuntu Server 24.04.2 LTS
Domoticz needed to have libssl11 AND open ssh 1.1 installed
I solved with the following :

Code: Select all

wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/openssl_1.1.1f-1ubuntu2.24_amd64.deb
then

Code: Select all

sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.24_amd64.deb 
sudo dpkg -i openssl_1.1.1f-1ubuntu2.24_amd64.deb
Then install domoticz (version 2024.7)

Code: Select all

sudo bash -c "$(curl -sSfL https://install.domoticz.com)"
Hope it will help.

Re: Domotiz not ready for latest Debian?!?

Posted: Monday 24 March 2025 8:45
by Dave21w
Although I don't disagree with your comments I think you were a little harsh. Domoticz is a fantastic piece of software which is given away for free and alot of people give up their own time to support and make it a good as possible. I for one am very greatful for this and the support from the forum, give them a little latitude when things don't go right for you straight away.

Thanks Guys.

Re: Domotiz not ready for latest Debian?!?

Posted: Monday 24 March 2025 10:26
by gizmocuz
The problem is with users using the old Debian version, they use a different SSL library.
Actually, I find the problem in the OpenSSL library as it seems it is not backwards compatible

We have this issue for quite some time, and it will be addressed with the upcoming stable version, but this will users require to upgrade their system.

Another option, just use the docker install, there are no dependencies! (Thats why they invented it)

Re: Domotiz not ready for latest Debian?!?

Posted: Sunday 30 March 2025 22:03
by ChriWo
I had the same problem with Debian 12.x I solved it like this:

First get ssl 1.1

Code: Select all

wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1w-0+deb11u2_amd64.deb
Install ssl 1.1

Code: Select all

sudo dpkg -i libssl1.1_1.1.1w-0+deb11u2_amd64.deb
after that install Domoticz

Code: Select all

sudo bash -c "$(curl -sSfL https://install.domoticz.com)"
Regards