I did a fresh install of 22.04 and installed Stremio 4.4 (latest vesion). When I try to open the app, I get this error: "error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory".
How can I fix it? It was running great on 20.04.
Same problem also found on ubuntu 22.04, stremio_4.4.142-1_amd64.deb not run.
Solved : Manual install libssl-1.1 package and libfdk-aac1_0.1.6-1 package
There's a new update to openssl. The command below should work just fine.
I recommend running the web version of the streamio in a container. You can do it this way:
For anyone who is receiving
HTTP request sent, awaiting response... 404 Not Found
:This is because there is probably new update pushed out. Check this page for the most recent version:
http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/
Use it with the
wget
commandI made a script to help with this problem: https://github.com/Kyoro93/stremio-install-ubuntu-22.04