简体   繁体   中英

Installing nw.js in debian returns error “version `GLIBC_2.14' not found”

I'm trying to install node-webkit in debian 64 bit . I tried the steps in github and its returning error,

version GLIBC_2.14 not found

I'm not able to install glibc . How can I get rid of this ?

I found a solution.

Just run the 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

followed by the script in github and then node-webkit works fine

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM