Valgrind doesn\'t like glibc 2.15:
checking the GLIBC_VERSION version... unsupported version 2.15
configure: error: Valgrind requires glibc version 2.2 - 2.14
>
How can I deal with this?
One of two ways:
configure
has not been regenerated after 2.15
was added to configure.in
) and fix it.do I have to downgrade glibc?
That will likely render your system un-bootable (because most other binaries depend on 2.15).