最近有些软件要求glibc 2.14+,centos 6.x自带的版本是2.12的,特查了下glibc 各版本发布时间以及与对应的内核,如下: Complete glibc release history: Date Release Announcement 2017-08-01 GLIBC 2.26 Future release. 2017-02-01 GLIBC 2.25 In development. 2016-08-04 GLIBC 2.24 The GNU C Library vers
1.下载源码包 到http://ftp.gnu.org/gnu/glibc/下载glibc-2.14.tar.xz 2.解压 tar glibc-2.14.tar.gz 3.创建build目录 cd glibc-2.14 mkdir build cd build 4.安装glibc ../configure --prefix=/opt/glibc-2.14 make -j8 make install 备注:如果提示/opt/etc/ld.so.conf 文件不存在,就创建文件在安装 touch
From: Will DeWitt Jr. Subject: Fast strlen routine? NewsGroup: borland.public.delphi.language.basm Date Posted: -May- at :: PST Download from Google I've been tinkering with re-writing some of the standard C run-time library routines and haven't real