Domotiz not ready for latest Debian?!? Topic is solved
Moderators: leecollings, remb0
Forum rules
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.
Use the following template when posting here:
Version: xxxx
Platform: xxxx
Plugin/Hardware: xxxx
Description:
.....
If you are having problems with scripts/blockly, always post the script (in a spoiler or code tag) or screenshots of your blockly
If you are replying, please do not quote images/code from the first post
Please mark your topic as Solved when the problem is solved.
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.
Use the following template when posting here:
Version: xxxx
Platform: xxxx
Plugin/Hardware: xxxx
Description:
.....
If you are having problems with scripts/blockly, always post the script (in a spoiler or code tag) or screenshots of your blockly
If you are replying, please do not quote images/code from the first post
Please mark your topic as Solved when the problem is solved.
Domotiz not ready for latest Debian?!?
/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
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
Last edited by renerene on Tuesday 21 January 2025 19:15, edited 1 time in total.
- waltervl
- Posts: 5844
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Domotiz not ready for latest Debian?!?
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.
There are other topics about this, a little search will find these. Or use the docker environment to get rid of software requirements.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Re: Domotiz not ready for latest Debian?!? -libssl1.1
no thank you, I'm just new in the proxmox matter, and there is not enough will to struglle through Docker USB matter. Or use the docker environment to get rid of software requirements.
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.
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?
Last edited by renerene on Tuesday 21 January 2025 20:57, edited 1 time in total.
Re: Domotiz not ready for latest Debian?!?
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?
How many new users have already dropped out here?
- waltervl
- Posts: 5844
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Domotiz not ready for latest Debian?!?
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.
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
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Re: Domotiz not ready for latest Debian?!?
yes!

thanks a lot Walter

thanks a lot Walter
-
- Posts: 3
- Joined: Sunday 23 March 2025 21:55
- Target OS: Linux
- Domoticz version: 2024.7
- Contact:
Re: Domotiz not ready for latest Debian?!?
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 :
then
Then install domoticz (version 2024.7)
Hope it will help.
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
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
Code: Select all
sudo bash -c "$(curl -sSfL https://install.domoticz.com)"
-
- Posts: 381
- Joined: Sunday 29 November 2015 21:55
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Stable
- Location: UK
- Contact:
Re: Domotiz not ready for latest Debian?!?
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.
Thanks Guys.
- gizmocuz
- Posts: 2537
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Domotiz not ready for latest Debian?!?
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)
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)
Quality outlives Quantity!
-
- Posts: 8
- Joined: Tuesday 13 June 2017 8:54
- Target OS: NAS (Synology & others)
- Domoticz version: 2022.1
- Location: Germany
- Contact:
Re: Domotiz not ready for latest Debian?!?
I had the same problem with Debian 12.x I solved it like this:
First get ssl 1.1
Install ssl 1.1
after that install Domoticz
Regards
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
Code: Select all
sudo dpkg -i libssl1.1_1.1.1w-0+deb11u2_amd64.deb
Code: Select all
sudo bash -c "$(curl -sSfL https://install.domoticz.com)"
Who is online
Users browsing this forum: Filnet and 1 guest