gtach2o

Results 6 comments of gtach2o

Hello, any update on this?

`dnf install -y awscli-2` installs a lot if stuff like perl etc. Why ssl is not a dependency for awscli-2?

also it is not possible to use pip because there will be an error that ssl is not enabled or something like that.

> `openssl-libs` is present in the lambda container also. If you copy `/usr/lib64/libsso.so.3` and `/usr/lib64/libcrypto.so.3` and override the files in `/var/lang/lib/` then all symbols are resolved and `aws --version` works:...

It's a docker image. The echo output is the same. My question was that SSL is not properly configured. It is not even possible to run pip command. IS this...

Maybe they messed it up by setting `LD_LIBRARY_PATH` environment variable value. I got it working with `ENV LD_LIBRARY_PATH=""` workaround.