Search code examples
linuxglibcnode-webkiteglibc

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 ?


Solution

  • 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