after the BASH automated installation on a current Raspberry Pi Stretch, which ran without errors, I could not access the webpage.
upon querrying the service status I got:
raspberrypi domoticz.sh[2262]: /home/pi/domoticz/domoticz: error while loading shared libraries: libssl.so.1.0.0: cannot
here is the full status:
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 Sun 2018-05-13 05:54:32 -02; 4min 19s ago
Docs: man:systemd-sysv-generator(8)
Process: 2262 ExecStart=/etc/init.d/domoticz.sh start (code=exited, status=0/S
May 13 05:54:31 raspberrypi systemd[1]: Starting LSB: Home Automation System...
May 13 05:54:32 raspberrypi domoticz.sh[2262]: /home/pi/domoticz/domoticz: error
May 13 05:54:32 raspberrypi systemd[1]: Started LSB: Home Automation System.
lines 1-9/9 (END)...skipping...
● domoticz.service - LSB: Home Automation System
Loaded: loaded (/etc/init.d/domoticz.sh; generated; vendor preset: enabled)
Active: active (exited) since Sun 2018-05-13 05:54:32 -02; 4min 19s ago
Docs: man:systemd-sysv-generator(8)
Process: 2262 ExecStart=/etc/init.d/domoticz.sh start (code=exited, status=0/SUCCESS)
May 13 05:54:31 raspberrypi systemd[1]: Starting LSB: Home Automation System...
May 13 05:54:32 raspberrypi domoticz.sh[2262]: /home/pi/domoticz/domoticz: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file
May 13 05:54:32 raspberrypi systemd[1]: Started LSB: Home Automation System.
Thank you