configure: error: Please reinstall libmhash – I cannot find mhash.h
when you found an error like this this is the solution
Centos
sudo yum install libmhash-devel
sudo yum install libmhash
Debian
sudo apt-get install libmhash-dev
sudo apt-get install libmhash