Forum Moderators: bakedjake

Message Too Old, No Replies

Can't install libmcrypt and mcrypt

RedHat 9.0 can't get it to install mcrypt

         

stidj

9:43 pm on Apr 28, 2004 (gmt 0)

10+ Year Member



After installing libmcrypt and then trying to install mcrypt I get this error:

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

MattyMoose

7:03 pm on Apr 29, 2004 (gmt 0)

10+ Year Member




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