ERROR: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14′ not found
debian 运行 ghost 或者 shadowsocks 出现
ERROR: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found
这个问题是由于debian软件中心上libc的最高版本为2.13所致,更新libc版本即可。
具体步骤为:
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
参考:http://www.v2ex.com/t/136721
版权声明:
作者:Jays
链接:https://ijays.com/2014/12/error-libx86_64-linux-gnulibc-so-6-version-glibc_2-14-not-found.html
来源:颓废的美
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
共有 0 条评论