Tom Rogers wrote:
I did it this way
untar libmcrypt and mcrypt into /usr/src
then in libmcrypt
./configure --prefix=/usr (could be /usr/local if you want
make
make install
ldconfig
cd ../mcrypt-2.6.3
Up to here fine.

./configure --prefix=/usr
configure: error: "You need at least libmhash 0.8.15 to compile this program. http://mhash.sf.net/";

Hum ... the PHP manual nor the mcrypt web site mentionned the need for mhash ....

Do I really need it?

Jc


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to