Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package.sh #405

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Update package.sh #405

wants to merge 6 commits into from

Conversation

rslgp
Copy link

@rslgp rslgp commented Jun 12, 2024

fix #404

HINT to check latest version:
apt-cache showpkg libssl1.1

fix issue 404
Stremio#404

apt-cache showpkg libssl1.1
# need to use wget and fix x64 arch
#OpenSSL 1.1.1 End of Life MAR 28TH, 2023
# NEED UPDATE TO libssl3 and modify dependecy on libcrypto.so.1.1
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb
sudo dpkg -i libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb
rm libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb
# WARNING STREMIO uses libcrypto.so.1.1 but pkg libssl1.1 (DarkmatterUAE commented 2 weeks ago) no longer being maintained by OpenSSL dev. https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[crash] with workaround, installing on ubuntu 22.04
1 participant