Hi,
I've been through some interesting scenarios trying to get PHP and Mcrypt to work together in the past, but i usually figure out the quirks and it works out fine. I am performing a new build using RH 7.0, php4.0.4pl1, mcrypt2.5.5, and libmcrypt2.4.9 and i am having problems running ./configure. I usually receive some sort of description of what the error is, but this time, i keep getting the follwing:
checking for mcrypt support... yes
checking for init_mcrypt in -lmcrypt... no
checking for mcrypt_module_open in -lmcrypt... no
configure: error: Sorry
[root@websmith php-4.0.4pl1]#
'Sorry' is not helping me to find the problem. I used --disable-posix-threads and all that jazz, and I can interface w/ mcrypt from Perl so i am pretty sure the problem is w/ php (or maybe RH 7?).
I tried to configure --with-mcrypt and --with-mcrypt=/usr/local/bin/mcrypt both and I get the same error each time.
Any help would be appreciated. Thanks.