php 5.2.5 configure always fails on libmcrypt
I'm trying to install php5.2.5 on fc8, when I ran configure with '--with-mcrypt' option, I always get the following error even if I have libmycrypt 2.5.8 installed.
checking for libmcrypt version... >= 2.5.6
checking for mcrypt_module_open in -lmcrypt... no
checking for mcrypt_module_open in -lmcrypt... no
configure: error: Sorry, I was not able to diagnose which libmcrypt version you have installed.
I'm thinking there might be an earlier version of libmycrypt installed by fc8. But I can't find it. Does anybody know how to solve this problem? Thanks.
JF
|