-
Notifications
You must be signed in to change notification settings - Fork 152
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
Problem with Amazon linux 2 images #392
Comments
Using the library inside a |
I fix the problem with installing this packages :
But, after that, in my CI/CD I have this weird error :
|
did you solve this issue ? |
Non, I have already the error of |
No luck with 4.6.0. Try using |
We've been having similar issues for us, and the quickest fix was this - RocketChat/Rocket.Chat#30612 (comment) |
Any fixes for this? None of the above worked for me! |
Haven't tried it yet, but AWS Lambda added support for Amazon Linux 2023, which theoretically should do the trick for v4.6.0 and higher. https://aws.amazon.com/about-aws/whats-new/2023/11/aws-lambda-amazon-linux-2023/ |
Hello,
To avoid problems in my application, I launch all my test using
public.ecr.aws/sam/build-nodejs18.x:latest
.The problem is the versions of gcc++ and glibc available in it :
The problem is, I can't install this library in this image. I have an error on postInstall and compilation :
The text was updated successfully, but these errors were encountered: