You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because the OpenSSL version is 3.0 while cinny gets pointed to libssl.so.1.1 which does not exist in your lib folder.
You can quickly fix it by installing libssl.so1.1 again. For that, you need to find the relevant version in the archive and install it.
In my case it was: curl http://de.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb -o libssl.deb
In the future it could be: curl http://de.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1[CHANGED] -o libssl.deb
This is still an issue with the latest cinny-desktop deb. Also looking for libwebkit2gtk-4.0 which is no longer packaged for Ubuntu 24.04. See: tauri-apps/tauri#9662
Hi,
Upon installation of the released .deb on Kubuntu 22.10 via apt, cinny refuses to start with the following error :
error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
sudo ldconfig -p | grep libssl
yields :Symlinking the latter to /lib/x86_64-linux-gnu/libssl.so.1.1 or /usr/lib[64]/libssl.so.1.1 does not help.
Tried with 2.2.4 and 2.2.3 release .deb
The text was updated successfully, but these errors were encountered: