aws-samples / aws-samples/aws-lambda-elixir-runtime

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

Open
#15 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Elixir
Stars
129
Forks
31
PR merge metrics
No merged PRs in 30d

Description

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 ===
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.