I ran into the same problem ...but also found a solutionlostusr wrote: Saturday 07 June 2025 19:30 Hi,
it's not done with just openSSL 3:VERSION="11 (bullseye)"Code: Select all
pi@openWB2:~ $ openssl version OpenSSL 3.3.2 3 Sep 2024 (Library: OpenSSL 3.3.2 3 Sep 2024) pi@openWB2:~ $ sudo bash -c "$(curl -sSfL https://install.domoticz.com)" OpenSSL version 3 required!
problem was:
So I tried to install domoticz and got a message that it needed OpenSSL version 3 (and the system had version 1)
Then I followed one of the installation guides available on the internet and that worked fine.
I checked the result after reboot with "openssl version" command and it showed version 3.
Then I tried to install domoticz again but got the same message that it needed version 3.
solution:
I noted the standard domoticz installation is a "sudo" command and I checked "sudo openssl version" and then it still showed version 1.
So I concluded the new OpenSSL was not in the PATH for sudo and that is why domoticz installation failed.
I added "/usr/local/ssl/bin" to the PATH in /etc/sudoers and then it worked.