The version of glibc in the repository is 2.13 so I couldn't use apt-getapt-get to install it. I downloaded the source code of glibc-2.14, but when I run ./configure command I gotget 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. How can I get workbench installed?