Same problem here with Armbian 22.08.0 Jimmy (ie Ubuntu 22.04.1 LTS) on an Arm 64-bit cpu. Dowloading the script and then executing it is a way around this problem:
Code: Select all
$ curl -L install.domoticz.com > install.sh
$ chmod +x install.sh
$ sudo ./install.sh
However Domoticz will not run because of the missing library.
● domoticz.service - LSB: Home Automation System
Loaded: loaded (/etc/init.d/armbianticz.sh; generated)
Active: active (exited) since Sun 2022-08-07 15:36:19 ADT; 5min ago
Docs: man:systemd-sysv-generator(8)
Process: 2219 ExecStart=/etc/init.d/domoticz.sh start (code=exited, status=0/SUCCESS)
CPU: 42ms
Aug 07 15:36:19 armbian systemd[1]: Starting LSB: Home Automation System...
Aug 07 15:36:19 armbian domoticz.sh[2225]: /home/me/domoticz/domoticz:
error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Aug 07 15:36:19 armbian systemd[1]: Started LSB: Home Automation System.
Here is a temporary solution until openssl3 makes it to the stable release (
reference) if
this advice is deemed important
Use a stable release in Production environments (eq
the one your wife uses or contains data you want to keep)
:
Code: Select all
$ wget http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_arm64.deb
$ sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_arm64.deb
If a 64 bit Intel/AMD OS Linux distribution is used get the library from here
http://archive.ubuntu.com/ubuntu/pool/m ... _amd64.deb
Got these links to the 64-bit deb packages from
https://pkgs.org.
Don't know about 32 bit Arm, maybe
http://http.us.debian.org/debian/pool/m ... _armhf.deb ?
That link was found on
https://packages.debian.org/sid/armhf/l ... 1/download
Unfortunately, installing the libssl1.1 library ahead of invoking the Domoticz install script did not solve the problem of the frozen screen.