Old domoticz stopped working without being updated (GLIBC / OpenSSL errors)
Posted: Wednesday 17 April 2024 14:21
Hello,
I have an old version of Domoticz (from around 2019) that was running without problems but today it stops running without having made any changes.
You will probably tell me to upgrade and I will look at it but I need to make domoticz run until I can do it (and I have read it is difficult with the end of openzwave).
I'm running on a rasperry pi 3 with Raspbian stretch
Here's the error log when starting domoticz, it tells me that some librairies are not at the good versions :
This problem appeared today without I did anything on the pi nor domoticz for weeks.
When I look into the forums, I see many topics about this kind of problem after an update of domoticz but I didn't updated anything.
Any idea ?
Thank you.
I have an old version of Domoticz (from around 2019) that was running without problems but today it stops running without having made any changes.
You will probably tell me to upgrade and I will look at it but I need to make domoticz run until I can do it (and I have read it is difficult with the end of openzwave).
I'm running on a rasperry pi 3 with Raspbian stretch
Code: Select all
cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
Code: Select all
/home/pi/domoticz/domoticz -version
/home/pi/domoticz/domoticz: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.27' not found (required by /home/pi/domoticz/domoticz)
/home/pi/domoticz/domoticz: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by /home/pi/domoticz/domoticz)
/home/pi/domoticz/domoticz: /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1: version `OPENSSL_1_1_1' not found (required by /home/pi/domoticz/domoticz)
Code: Select all
sudo service domoticz status
● domoticz.service - LSB: Home Automation System
Loaded: loaded (/etc/init.d/domoticz.sh; generated; vendor preset: enabled)
Active: active (exited) since Wed 2024-04-17 12:58:30 CEST; 1h 19min ago
Docs: man:systemd-sysv-generator(8)
Process: 1319 ExecStop=/etc/init.d/domoticz.sh stop (code=exited, status=0/SUCCESS)
Process: 1362 ExecStart=/etc/init.d/domoticz.sh start (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 4915)
CGroup: /system.slice/domoticz.service
avril 17 12:58:30 raspberrypi systemd[1]: Starting LSB: Home Automation System...
avril 17 12:58:30 raspberrypi domoticz.sh[1362]: /home/pi/domoticz/domoticz: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.27' not found (required by /home/pi/domoticz/domoticz)
avril 17 12:58:30 raspberrypi domoticz.sh[1362]: /home/pi/domoticz/domoticz: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found (required by /home/pi/domoticz/domoticz)
avril 17 12:58:30 raspberrypi domoticz.sh[1362]: /home/pi/domoticz/domoticz: /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1: version `OPENSSL_1_1_1' not found (required by /home/pi/domoticz/domoticz)
avril 17 12:58:30 raspberrypi systemd[1]: Started LSB: Home Automation System.
When I look into the forums, I see many topics about this kind of problem after an update of domoticz but I didn't updated anything.
Any idea ?
Thank you.