解决Requires: libc.so.6(GLIBC_2.14)(64bit)错误
错误原因:缺少libc.so.6(GLIBC_2.14)(64bit)依赖
解决方法:
1、查看已安装的glibc版本
strings /lib64/libc.so.6 | grep GLIBC
2、下载glibc-2.17的rpm包
可以先在任意目录下创建一个名为glibc-2.17的目录
mkdir glibc-2.17
再执行如下命令
wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-utils-2.17-55.el6.x86_64.rpm &
wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-static-2.17-55.el6.x86_64.rpm &
wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc