error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Yes I downloaded and installed the 1.1.1 version:
Code: Select all
cd /tmp
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_i386.deb
sudo dpkg -i ./libssl1.1_1.1.1f-1ubuntu2.17_i386.deb
Code: Select all
cd ~/domoticz
domoticz
I tried in /lib/x86_64-linux-gnu to create a symlink for libssl.so.3 to libssel.so.1.1.
This gave the same kind of error for libcrypto. So I created also a symlink for libcrypte.so.3 to libcrypto.so.1.1
However, after having done that, I got errors that it had the wrong version (forgot to save the exact error). So I had to drop the symlink idea again.
I tried to dowload from https://packages.debian.org/stretch/i38 ... 1/download and install it.
Code: Select all
Database wordt ingelezen ... 270953 bestanden en mappen momenteel geïnstalleerd.)
Uitpakken van libssl1.1_1.1.0l-1~deb9u6_i386.deb wordt voorbereid...
Bezig met uitpakken van libssl1.1:i386 (1.1.0l-1~deb9u6) over (1.1.0l-1~deb9u6) ...
Instellen van libssl1.1:i386 (1.1.0l-1~deb9u6) ...
Bezig met afhandelen van triggers voor libc-bin (2.35-0ubuntu3.1) ...
I'm about to give up on Domoticz, so I hope somebody can help me.