Re: Domoticz upcoming beta/release and OpenSSL 3.0
Posted: Saturday 31 May 2025 22:24
Got zwave to work as well.
Open source Home Automation System
https://forum.domoticz.com/
Code: Select all
/home/pi/domoticz/domoticz: error while loading shared libraries: libssl.so.1.1
Did you install the beta?acaonweb wrote: ↑Sunday 01 June 2025 12:01now????Code: Select all
/home/pi/domoticz/domoticz: error while loading shared libraries: libssl.so.1.1
And now.....?now????
Code: Select all
sudo apt install libssl1.1
Code: Select all
sudo apt install libusb-dev
Code: Select all
cd ~/domoticz
sudo ./updatebeta
thanx for your help.. I'm investigating on migrate to docker, so I'm trying toFireWizard wrote: ↑Sunday 01 June 2025 14:48 Hi, @acaonweb,
And now.....?now????
As you have probably installed the latest Domoticz stable 2025.1, you have 2 options.
1. Either install libssl1.1 in Bookworm, so that Domoticz 2025.1 stable and any Domoticz beta, earlier than May 15, will run fine.
2. Install Domoticz, latest beta, so that all future beta's and stable, later than 2025.1 will run fine.
To install libssl1.1 do:
In this case, you should also install:Code: Select all
sudo apt install libssl1.1
To use the latest beta do the following:Code: Select all
sudo apt install libusb-dev
As you have Domoticz already installed it is sufficient to update to beta
RegardsCode: Select all
cd ~/domoticz sudo ./updatebeta
Yes you can do that, but stop Domoticz first3) disable for a while the running service: it's ok to disable it with: sudo systemctl disable domoticz ? and enable again sudo systemctl enable domoticz ??
Code: Select all
sudo systemctl stop domoticz
Code: Select all
sudo service domoticz stop