1

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 ?

Arnab Nandy
  • 6,472
  • 5
  • 44
  • 50
I'm nidhin
  • 2,592
  • 6
  • 36
  • 62

1 Answers1

0

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

I'm nidhin
  • 2,592
  • 6
  • 36
  • 62