Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • Which version do you have installed? Commented Sep 25, 2013 at 23:46
  • @terdon Crunchbang 11, which is Debian 7 Commented Sep 26, 2013 at 0:30
  • I mean which version of libc. It looks like something is searching for 2.14, which one do you have installed? You said you reinstalled so I assume you're not still on 2.17. Commented Sep 26, 2013 at 0:38
  • IMO your best option would be to just switch to debian jessie aka testing, and apt-get install openbox (and related packages) to keep the same openbox-based UI. or use xfce. or maybe lxde. Commented Sep 26, 2013 at 2:37
  • If I understand the question correctly, the issue is that you want to install a package from experimental, and this depends on more recent versions of core packages like the C library (libc6). 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. Commented Sep 26, 2013 at 9:35