我正在尝试通过 AWS Lambda 在本地计算机上执行 Elixir代码。每当我尝试运行代码时,错误都会如下所述。
args: [load_failed,"Failed to load NIF library /var/task/lib/crypto-4.5/priv/lib/crypto: 'libcrypto.so.1.0.0: cannot open shared object file: No such file or directory'","OpenSSL might not be installed on this system.\n"]
format: "Unable to load crypto library. Failed with error:~n\"~p, ~s\"~n~s"
label: {error_logger,error_msg}
有人帮助我解决错误!