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
Please make this a higher priority. I'm helping a friend who is trying to get this to run on Bazzite, and since its base operating system Fedora has depreciated OpenSSL 1.1 as an option in version 40, this is a hurdle for my friend.
@WilliamImm even if Fedora doesn't let you install openssl 1.1 through it's package manager, you should still be able to manually install it from its latest release within https://openssl-library.org/source/old/1.1.1/index.html
Just make sure you appropriately set LD_LIBRARY_PATH and co to wherever you install it to :)
@WilliamImm even if Fedora doesn't let you install openssl 1.1 through it's package manager, you should still be able to manually install it from its latest release within https://openssl-library.org/source/old/1.1.1/index.html Just make sure you appropriately set LD_LIBRARY_PATH and co to wherever you install it to :)
Already worked it out. Bazzite uses a different method of installing external deps, installing the Fedora 39 package for OpenSSL1.1 via rpm-ostree got it working.
However, this should still be nipped in the bud whenever possible, since as time goes on this is more and more likely gonna be an issue that makes Etterna harder and harder to run and build. I reiterate that this should be higher priority.
Have you read through the build instructions before reading this?
What operating system are you seeing the problem on?
Linux (any distro)
Describe the build issue
See https://openssl-corporation.org/post/2023-09-11-eol-111/. This specifically affects NixOS/Nixpkgs where Etterna will refuse to build by default since OpenSSL 1.1 is regarded as an unsupported, broken dependency.
Relevant log output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: