Updating GLIBC on CentOS 7
12月 16, 2024
·
1 分钟阅读时长
·
39
字
·
-阅读
-评论
When executing npm commands on the target server, I encountered the error “node: /lib64/libm.so.6: version `GLIBC_2.27’ not found (required by node)”. Here I’ll mark down the repair process.
Commands
# Check current version
ldd --version
# Download
wget http://ftp.gnu.org/gnu/libc/glibc-2.25.tar.gz

