Describe the bug
OpenSSL 1.1.1 went EoL on the 11th of September 2023. The epic server binary will not run on gentoo linux with current versions of OpenSSL libraries installed.
To Reproduce
Download and extract latest epic server binary, then run it. Epic binary complains: epic: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Expected behavior
epic server binary supports current version(s) of SSL.
Required data
- Epic node v3.6.0
- epic
- OS: gentoo
- Rust Version - n/a
- Cargo Version n/a
Additional context
Current version of openssl libraries on gentoo is dev-libs/openssl-3.0.13-r2-17:0/3
Workaround is to emerge the dev-libs/openssl-compat package.
Describe the bug
OpenSSL 1.1.1 went EoL on the 11th of September 2023. The epic server binary will not run on gentoo linux with current versions of OpenSSL libraries installed.
To Reproduce
Download and extract latest epic server binary, then run it. Epic binary complains:
epic: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directoryExpected behavior
epic server binary supports current version(s) of SSL.
Required data
Additional context
Current version of openssl libraries on gentoo is
dev-libs/openssl-3.0.13-r2-17:0/3Workaround is to emerge the
dev-libs/openssl-compatpackage.