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

Consider including libssl1.0.0 in the Linux runtime #179

Open
dklementowski opened this issue Feb 1, 2024 · 0 comments
Open

Consider including libssl1.0.0 in the Linux runtime #179

dklementowski opened this issue Feb 1, 2024 · 0 comments

Comments

@dklementowski
Copy link

Some older games like Baldur's Gate II Enhanced Edition don't work complaining about missing libraries

  • libcrypto.so.1.0.0
  • libssl.so.1.0.0

Given that the runtime is Ubuntu 18.04, this is available as native openssl1.0 package. I made the game to run by extracting those two files from here and putting them directly into ~/.var/app/net.lutris.Lutris/data/lutris/runtime/Ubuntu-18.04-x86_64/.

Those libraries are of course outdated and vulnerable, but in context of games that shouldn't matter imho. Steam runtimes have them, too.

On a side note, ironically even without Lutris runtime the game runs fine natively on Arch with those two provided using LD_LIBRARY_PATH.

@strycore strycore transferred this issue from lutris/lutris Feb 13, 2024
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

No branches or pull requests

1 participant