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

libcrypto.so.1.1: cannot open shared object file: No such file or directory #15

Open
carstenpiepel opened this issue Aug 3, 2023 · 0 comments · May be fixed by #16
Open

libcrypto.so.1.1: cannot open shared object file: No such file or directory #15

carstenpiepel opened this issue Aug 3, 2023 · 0 comments · May be fixed by #16

Comments

@carstenpiepel
Copy link

OTP 26 requires a different version of libcrypto.so. The repo includes version 1.0.0 while the OTP crypto library is looking for 1.1:

hello_world start
=ERROR REPORT==== 3-Aug-2023::23:28:44.813510 ===
Unable to load crypto library. Failed with error:
"load_failed, Failed to load NIF library /var/task/lib/crypto-5.2/priv/lib/crypto: 'libcrypto.so.1.1: cannot open shared object file: No such file or directory'"
OpenSSL might not be installed on this system.
=CRASH REPORT==== 3-Aug-2023::23:28:44.814044 ===
carstenpiepel added a commit to carstenpiepel/aws-lambda-elixir-runtime that referenced this issue Aug 4, 2023
@carstenpiepel carstenpiepel linked a pull request Aug 4, 2023 that will close this issue
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 a pull request may close this issue.

1 participant