/lib/libc.so.6: version `GLIBC_2.17' not found

Olivier picture Olivier · Oct 20, 2013 · Viewed 39.4k times · Source

I am trying to compile a program to put on a BeagleBone black, but im getting this error when running the program on my board:

/lib/libc.so.6: version `GLIBC_2.17' not found 

I made sure that i cross compiled for ARM (arm-linux-gnueabi-gcc).

On my desktop, I have EGLIBC 2.17-9. What did i do wrong?

Answer

Mahesh picture Mahesh · Dec 13, 2013

Had face the same problem. Solved it by the following steps.

  1. Downloaded "libc6_2.17-0ubuntu5.1_i386.deb"
  2. sudo dpkg -i ipts libc6_2.17-0ubuntu5.1_i386.deb

sudo dpkg -i ipts libc6_2.17-0ubuntu5.1_i386.deb