Linux服务器升级glibc到2.28

https://developers.weixin.qq.com/miniprogram/dev/framework/device/voip/cloud-server-sdk.html

yum remove -y centos-release-scl centos-release-scl-rh
yum install -y centos-release-scl centos-release-scl-rh
然后修改两个文件的 baseurl
CentOS 升级 gcc 版本
https://blog.csdn.net/weixin_66400215/article/details/143813252

Linux服务器升级glibc到2.28
https://devpress.csdn.net/linux/66d0335e1338f221f9256d8e.html

../configure --prefix=/opt/glibc-2.28 --libdir=/opt/glibc-2.28/lib --libexecdir=/opt/glibc-2.28/lib --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin
编译
make && make install

mv /usr/bin/ldd /usr/bin/ldd-bak
ln -s /opt/glibc-2.28/bin/ldd /usr/bin/ldd

centos7更新curl和libcurl至最新版本
https://blog.csdn.net/qq810908892/article/details/127655341

posted on   木林coder  阅读(21)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· DeepSeek 开源周回顾「GitHub 热点速览」
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2021-02-11 cluster相关操作
点击右上角即可分享
微信分享提示