The version of glibc in repository is 2.13 so I couldn't use apt-get to install it. I downloaded the source code of glibc-2.14, but when I run ./configure command I got this error :
checking for -z nodlopen option... yes
checking for -z initfirst option... yes
checking for -z relro option... no
configure: error: linker with -z relro support required
MySql workbench relies on glibc-2.14. I need get workbench installed. Any idea? Thanks~