valgrind doesn't accept newest version of glibc

前端 未结 5 441
孤城傲影
孤城傲影 2021-02-05 05:50

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
         


        
5条回答
  •  天涯浪人
    2021-02-05 06:33

    How can I deal with this?

    One of two ways:

    1. Use your distribution and download the package they've already built for you, or
    2. Figure out the problem (which is that 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).

提交回复
热议问题