This does not seem helpful. For example every Lambda image (at the time of this writing ex: NodeJS v16) seems to have a version of glibc v2.2.6 released on 2017-08-02. We need a way to update glibc now? Answer from MetaSkills on repost.aws
🌐
Reddit
reddit.com › r/aws › how to upgrade glibc on amazon linux 2 ami
r/aws on Reddit: How to upgrade glibc on Amazon Linux 2 AMI
March 1, 2022 -

On EC2 instances using Amazon Linux 2, an outdated version of glibc is used: glibc 2.26. That is backed up by the FAQ for Amazon Linux 2. FAQ for Amazon Linux 2.

A set of core packages including systemd, GCC 7.3, Glibc 2.26, Binutils 2.29.1 that receive Long Term Support (LTS) from AWS.

Is there any way to upgrade to a newer version of Glibc, like 2.28? For background, I am trying to run a Python Docker image that is using glibc 2.28 and is running into conflicts since the 2.26 version is being used in the instance.

Discussions

node.js - GLIBC_2.27 not found while installing Node on Amazon EC2 instance - Stack Overflow
If your package manager can't install a new-enough version of glibc, you need to be on a newer version of your operating system. In Ubuntu, you can accomplish an OS upgrade with do-release-upgrade. ... and because the question is about Amazon Linux, if you want to go from Node 16 to Node 18 ... More on stackoverflow.com
🌐 stackoverflow.com
Amazon Linux 2 support dropped due to glibc >= 2.28 requirement
Is this a deliberate change or is there a chance you might be able to support a lower GLIBC version to allow Amazon Linux 2 users to continue to upgrade past 0.21.0 (what we're using). More on github.com
🌐 github.com
1
April 4, 2023
Workaround for machines that do not have `glibc` >= 2.28
It will make all Amazon Linux 2 (AL2) EC2 machines unable to use VS Code, while also affecting enterprise users who may use customized or parallel versions of the glibc library for their own development needs. More on github.com
🌐 github.com
38
January 24, 2024
Elastic-ci AMI based on Amazon linux 2 - GLIBC_2.27 missing
Hi Team, We ran into an issue today where we upgrade our node repositories to node 18 LTS, which requires GLIBC_2.27 but it seems Amazon linux 2 does not support GLIBC_2.27. We are currently using the AMI ami-037cc66b7b94d90aa published on 25/07/2023. I see there is a new AMI available ... More on forum.buildkite.community
🌐 forum.buildkite.community
4
0
August 16, 2023
🌐
LinuxQuestions.org
linuxquestions.org › questions › linux-newbie-8 › glibc-update-to-2-27-in-amazon-linux-4175633861
glibc update to 2.27 in amazon linux
I am trying to update glibc package update in amazon linux AMI, could some please help me how to update the glibc this is regarding to CVE-2017-15804
🌐
Tenable
tenable.com › plugins › nessus › 171823
Amazon Linux 2 : glibc (ALAS-2023-1944)<!-- --> | Tenable®
February 17, 2023 - Run 'yum update glibc' to update your system. https://alas.aws.amazon.com/AL2/ALAS-2023-1944.html · https://alas.aws.amazon.com/cve/html/CVE-2019-19126.html · https://alas.aws.amazon.com/cve/html/CVE-2020-10029.html · https://alas.aws.amazon.com/cve/html/CVE-2020-1752.html ...
🌐
Installati.one
installati.one › home › amazonlinux › 2nd › how to install glibc.x86_64 on amazon linux 2
How To Install glibc.x86_64 on Amazon Linux 2 | Installati.one
May 20, 2022 - In this tutorial we learn how to install glibc.x86_64 on Amazon Linux 2. The glibc package contains standard libraries which are used by multiple programs on the system. In order to save disk space and memory, as well as to make upgrading easier, common system code is kept in one place and ...
Find elsewhere
🌐
GitHub
github.com › osohq › oso › issues › 1694
Amazon Linux 2 support dropped due to glibc >= 2.28 requirement · Issue #1694 · osohq/oso
April 4, 2023 - Amazon Linux 2 has a maximum glibc version of 2.26. There's no intention to update this and instead Amazon are pushing Amazon Linux 2023 which recently went generally available. Recent Oso versions require glibc >= 2.28: LoadError: Could...
Author   osohq
🌐
GitHub
github.com › microsoft › vscode › issues › 203375
Workaround for machines that do not have `glibc` >= 2.28 · Issue #203375 · microsoft/vscode
January 24, 2024 - It will make all Amazon Linux 2 (AL2) EC2 machines unable to use VS Code, while also affecting enterprise users who may use customized or parallel versions of the glibc library for their own development needs.
Author   microsoft
🌐
AWS
aws.amazon.com › blogs › developer › linux-support-updates-for-aws-cli-v2
Linux Support Updates for AWS CLI v2 | AWS Developer Tools Blog
August 6, 2025 - For users unable to upgrade, we recommend either remaining on their currently installed version of AWS CLI v2, or installing AWS CLI v2 version 2.17.49 or prior. For more information on installing past releases of the AWS CLI v2, please visit the installation docs. If you’re currently using AWS CLI v2 on a Linux distribution with glibc ...
🌐
Tenable
tenable.com › plugins › nessus › 146627
Amazon Linux 2 : glibc (ALAS-2021-1605)<!-- --> | Tenable®
February 19, 2021 - Run 'yum update glibc' to update your system. https://alas.aws.amazon.com/AL2/ALAS-2021-1605.html
🌐
Caddy Community
caddy.community › help
Install on Amazon Linux EC2 fails. 'Requires: libc.so.6(GLIBC_2.34)(64bit)' - Help - Caddy Community
December 9, 2022 - 1. Output of caddy version: N/A (can’t install it) 2. How I run Caddy: N/A (cannot install it) a. System environment: Amazon Linux, AWS EC2 AMI: amzn2-ami-kernel-5.10-hvm-2.0.20221103.3-x86_64-gp2 I have Docker set…
🌐
Tenable
tenable.com › plugins › nessus › 119468
Amazon Linux AMI : glibc (ALAS-2018-1109)<!-- --> | Tenable®
Run 'yum update glibc' to update your system. ... Supported Sensors: Frictionless Assessment AWS, Frictionless Assessment Agent, Nessus Agent, Agentless Assessment, Continuous Assessment, Nessus ... CPE: p-cpe:/a:amazon:linux:glibc-static, p-cpe:/a:amazon:linux:glibc-devel, p-cpe:/a:amazon...
🌐
Stack Overflow
stackoverflow.com › questions › 79041854 › glibc-version-issue-while-installing-npm-on-amazon-linux-2023
node.js - GLIBC version issue while installing npm on Amazon Linux 2023 - Stack Overflow
When I tried to check the current version of GLIBC on my Linux (ldd --version) it said 2.34. I'm utterly clueless at this point and need help! ... Not an exact duplicate, but basically the same issue - stackoverflow.com/q/72022527/2422776. Long story short, you either need a newer Linux version or an older Node.js version. ... @Mureinik I already have the latest version of Linux (Amazon Linux 2023) which should support up to Node v20 as per this document - docs.aws.amazon.com/lambda/latest/dg/… Also it shows the available GLIBC version on my Linux is 2.34.
🌐
Reddit
reddit.com › r/aws › al2023 does not have glibc 2.38?
r/aws on Reddit: al2023 does not have glibc 2.38?
May 21, 2025 -

I’m trying to deploy a .NET 9 AOT lambda on provided.al2023. I see a runtime exception that shows the bootstrapper cannot find glibc 2.38.

I’m building the app through GitHub actions using Ubuntu 24.04.

Anybody knows how to get around this issue?