I am facing with the following error when i try to run a program on centos 6.
/lib64/libc.so.6: version `GLIBC_2.14' not found
I used ldd --version
to find out what is the current version of glibc
:
ldd (GNU libc) 2.17
which is higher than 2.14
and consequently, I should not face with this error. what should i do to resolve this error?