I'm continually getting this error:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found
What I did before was add the Debian experimental repo and update to 2.17. But through a long chain of events, this ended up breaking almost everything on my system, and I had to reinstall. Is there any way to upgrade just this single package, without screwing up apt?
apt-get install openbox
(and related packages) to keep the same openbox-based UI. or use xfce. or maybe lxde. – cas Sep 26 '13 at 02:37libc6
). The incorrect thing to do it to install a more recent versions of those core package, like the C library. The correct thing to do is to rebuild the package on your system, against the versions of the build dependencies that your system uses, if possible. In some cases this is not so easy, but this really depends on the situation. – Faheem Mitha Sep 26 '13 at 09:35