/lib/libc.so.6: version GLIBC_2.7 not found
www.linuxquestions.org › questions › linux-softwareMar 04, 2013 · it looks like your glibc in the centos pc is not compatible with the glibc 2.10 of fedora 11. the libc library is one of the most important library in the system, it defines the 'system calls' and basic facilities, such as open, malloc, printf, exit. I strongly recommend you to *don't* replace it in the centos computer, the only thing that you can do, at my point of view, is compile this ...