stremio-shell icon indicating copy to clipboard operation
stremio-shell copied to clipboard

Fix deb package to support Ubuntu 22.04

Open natanjunges opened this issue 3 years ago • 7 comments

In Ubuntu 22.04, the package cannot be properly installed without manually downloading some extra packages from previous Ubuntu versions. I identified the following as the issues that need to be addressed in order to fully support Ubuntu 22.04:

  • The package does not declare libssl1.1 as a dependency, but when trying to run it, it fails with:
stremio: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
  • The package libssl1.1 was upgraded to libssl3.
  • The package libfdk-aac1 was upgraded to libfdk-aac2 (I installed the newer version of this library and it seemed to work without issues).

natanjunges avatar Sep 01 '22 16:09 natanjunges

Stremio shell is opensource, feel free to make PR that will fix deb package i think all needed files are here https://github.com/Stremio/stremio-shell/tree/master/distros/Ubuntu

TRtomasz avatar Sep 02 '22 07:09 TRtomasz

OK, I'll give it a try, but I'm not sure I have the technical knowledge to do so.

natanjunges avatar Sep 02 '22 13:09 natanjunges

I'd like to see this fixed as well.

rodrigograca31 avatar Sep 15 '22 00:09 rodrigograca31

And a new release... 4.4 is 2 years old 😱

rodrigograca31 avatar Sep 15 '22 00:09 rodrigograca31

Still not working, does someone work on the issue?

simeongr avatar Feb 02 '23 17:02 simeongr

Hey everyone, I think I might have solved the issue. All it took was some tweaking on package.sh so it would include libfdk-aac2 from the latest Ubuntu mirrors. I drafted a PR in case this gets approved.

OmarMesqq avatar Mar 09 '23 03:03 OmarMesqq