glibc2.12升级至2.15

Posted ttstone

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了glibc2.12升级至2.15相关的知识,希望对你有一定的参考价值。

1、操作系统版本

[[email protected] ~]# cat /etc/redhat-release 
#CentOS release 6.9 (Final)

2、当前glibc版本

[[email protected] ~]# /lib64/libc.so.6 
GNU C Library stable release version 2.12, by Roland McGrath et al.

3、安装glibc2.15

[[email protected] ~]# wget http://ftp.gnu.org/gnu/glibc/glibc-2.15.tar.gz
[[email protected] ~]# tar zxf glibc-2.15.tar.gz
[[email protected] ~]# ./glibc-2.15/configure  --prefix=/usr --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin
[[email protected] ~]# make
[[email protected] ~]# make install

PS:如果进入glibc源码目录再执行./configure会报错

4、查看安装之后的版本

[[email protected] ~]# /lib64/libc.so.6 
GNU C Library stable release version 2.15, by Roland McGrath et al.
[[email protected] ~]# strings /lib64/libc.so.6 | grep GLIBC
GLIBC_2.2.5
GLIBC_2.2.6
GLIBC_2.3
GLIBC_2.3.2
GLIBC_2.3.3
GLIBC_2.3.4
GLIBC_2.4
GLIBC_2.5
GLIBC_2.6
GLIBC_2.7
GLIBC_2.8
GLIBC_2.9
GLIBC_2.10
GLIBC_2.11
GLIBC_2.12
GLIBC_2.13
GLIBC_2.14
GLIBC_2.15
GLIBC_PRIVATE

 

以上是关于glibc2.12升级至2.15的主要内容,如果未能解决你的问题,请参考以下文章

GLIBC升级

CentOS 6.x系统升级glibc库至2.15版本的快速解决办法

linux mint现在不能安装卸载和升级了

2C++ 的升级

第二章 排版 2.15-16代码

几条jQuery代码片段助力Web开发效率提升