码迷,mamicode.com
首页 > 其他好文 > 详细

glibc升级,解决glib版本过低的问题

时间:2014-09-23 19:06:45      阅读:229      评论:0      收藏:0      [点我收藏+]

标签:style   http   color   io   ar   sp   问题   on   c   

Debian wheezy下的glibc版本为2.13,安装几个软件都运行不了,报以下类似错误:
xxxx: /lib/i386-linux-gnu/i686/cmov/libc.so.6: version `GLIBC_2.15‘ not found (required by xxxx)

解决方法:把glibc升级到2.15版本:
添加软件源,刷新系统:

echo "deb http://ftp.debian.org/debian sid main" >> /etc/apt/sources.list

apt-get update

之后安装软件:

apt-get -t sid install libc6 libc6-dev libc6-dbg

glibc升级,解决glib版本过低的问题

标签:style   http   color   io   ar   sp   问题   on   c   

原文地址:http://www.cnblogs.com/dreamforever/p/3988983.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!