Re: *** ALERT *** Upgrade to 0.3.6

Participants: Odin

Quote from: WMFrend on July 29, 2010, 10:08:14 PM

Ubuntu Linux 9.10

Error:

/lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.11’ not found

dpkg -l | egrep "(libc6|glibc)"
# This will display what version you currently have installed

# I guess you have glibc version 2.10 or older installed.

apt-get update
apt-cache showpkg libc6 | less
# Look (near the bottom) for the versions available for a 2.11 version

#Maybe you can just upgrade with:
apt-get upgrade libc6

# Above instruction for a real debian system, they might work with Ubuntu