Forum Moderators: bakedjake
configure: error: "You need at least libmhash 0.8.15 to compile this program. [mhash.sf.net...]
If someone could help me get this going it would be most appreciated. :) :)
Thanks in advance guys
configure: error: "You need at least libmhash 0.8.15 to compile this program. [mhash.sf.net...]
It's telling you that you need to install MHash, greater than or equal to version 0.8.15.
Check if it's installed from RPM yet by using the following command from the command-line:
rpm -qa¦grep -i "mhash"
If it's not installed, go to the URL the error spat out, and install MHash (from RPM or from source). Then try your compile again for MCrypt. They should have instructions on how to install MHash somewhere on that site.
HTH,
-MM