Short answer: Make from source.
How?
- Uninstall the non working 
valgrindversion with root rights (eg.sudo): 
apt-get --purge valgrind
or
dpkg --remove valgrind
or
yum remove valgrind
- 
Obtain sources from here.
 - 
Identify the latest version (for example 3.17.0)
 - 
Download sources :
wget https://sourceware.org/pub/valgrind/valgrind-3.17.0.tar.bz2 Decompress archive
tar xvf…
    
Top comments (0)