在 debian returns 中安装 nw.js 错误 "version `GLIBC_2.14' not found"
Installing nw.js in debian returns error "version `GLIBC_2.14' not found"
我正在尝试在 debian 64 bit
中安装 node-webkit
。
我尝试了 github 中的步骤
及其返回错误,
version GLIBC_2.14 not found
我无法安装 glibc
。我怎样才能摆脱这个?
我找到了解决方案。
只是 运行 script
echo "deb http://ftp.us.debian.org/debian testing main" >> /etc/apt/sources.list
apt-get -y update
apt-get -t testing install libc6-dev
后跟 github
中的脚本,然后 node-webkit
工作正常
我正在尝试在 debian 64 bit
中安装 node-webkit
。
我尝试了 github 中的步骤
及其返回错误,
version GLIBC_2.14 not found
我无法安装 glibc
。我怎样才能摆脱这个?
我找到了解决方案。
只是 运行 script
echo "deb http://ftp.us.debian.org/debian testing main" >> /etc/apt/sources.list
apt-get -y update
apt-get -t testing install libc6-dev
后跟 github
中的脚本,然后 node-webkit
工作正常