<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[沧海一粟]]></title> 
<link>http://www.dzhope.com/index.php</link> 
<description><![CDATA[Web系统架构与服务器运维,php开发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[沧海一粟]]></copyright>
<item>
<link>http://www.dzhope.com/post//</link>
<title><![CDATA[centos升级glibc（升级到 2.17版）]]></title> 
<author>jed &lt;jed521@163.com&gt;</author>
<category><![CDATA[服务器技术]]></category>
<pubDate>Wed, 20 Feb 2019 14:34:31 +0000</pubDate> 
<guid>http://www.dzhope.com/post//</guid> 
<description>
<![CDATA[ 
	1、原先的系统glibc库的版本是2.12，需要升级到2.17版本。<br/><br/>下载地址：<br/><a href="http://ftp.gnu.org/gnu/glibc/glibc-2.17.tar.gz" target="_blank">http://ftp.gnu.org/gnu/glibc/glibc-2.17.tar.gz</a> <br/>这里可以选择你所需要的版本。<br/><br/>2、安装部署<br/><br/>[root@kafzook1 common]# tar -xf glibc-2.17.tar.gz<br/>[root@kafzook1 common]# cd glibc-2.17<br/>[root@kafzook1 glibc-2.17]# mkdir build; cd build<br/>[root@kafzook1 build]# ../configure --prefix=/usr --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin<br/>[root@kafzook1 build]# make -j 8<br/>[root@kafzook1 build]# make&nbsp;&nbsp;install<br/>[root@kafzook1 common]# strings /lib64/libc.so.6 &#124; grep GLIBC<br/>会看到下面的结果<br/>GLIBC_2.2.5<br/>GLIBC_2.2.6<br/>GLIBC_2.3<br/>GLIBC_2.3.2<br/>GLIBC_2.3.3<br/>GLIBC_2.3.4<br/>GLIBC_2.4<br/>GLIBC_2.5<br/>GLIBC_2.6<br/>GLIBC_2.7<br/>GLIBC_2.8<br/>GLIBC_2.9<br/>GLIBC_2.10<br/>GLIBC_2.11<br/>GLIBC_2.12<br/>GLIBC_2.13<br/>GLIBC_2.14<br/>GLIBC_2.15<br/>GLIBC_2.16<br/>GLIBC_2.17<br/>GLIBC_PRIVATE<br/>
]]>
</description>
</item><item>
<link>http://www.dzhope.com/post//#blogcomment</link>
<title><![CDATA[[评论] centos升级glibc（升级到 2.17版）]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.dzhope.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>