-
Notifications
You must be signed in to change notification settings - Fork 56
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
Installation fails with compilation error #29
Comments
Adding
EDIT: Python does seem to be an additional, unlisted dependency. Adding This appears to be related to #12. While it isn't reasonable to expect every dependency on every OS to be listed, python is a large, critical dependency that should definitely be listed. |
I'm running into similar problems with trying to manually build a Lambda container on Ubuntu:
And I have all dependencies installed:
The compilation works when installing this, but a lot of the features like SSL etc are disabled because the scripts and On the final image, I can see SSL installed however:
So, can we get some feedback from AWS here on how to properly install this?
|
When trying to install
aws-lambda-ric
on a recent Alpine Linux with the following Dockerfilea
docker run
exits with the following error messages in the end:Also see awslabs/aws-lambda-cpp#124.
The text was updated successfully, but these errors were encountered: