i'm attempting to compile php with mcrypt on a clean rh71 installation. it worked just fine first time, but i have changed ./configure parameters and trying to recompile, i started to get get this dumb mcrypt error
checking for Java support... yes
checking whether to include LDAP support... no
checking whether to enable multibyte string support... no
checking whether to enable japanese encoding translation... no
checking for MCAL support... no
checking for mcrypt support... yes
checking for mcrypt_module_open in -lmcrypt... no
checking for init_mcrypt in -lmcrypt... no
configure: error: Sorry
sorry? i'm pulling my hair out reinstalling everything from scratch multiple times and this bloody thing is just being sorry. i've searched everywhere on the net, and found that there was plenty of problems in configure script, but this was in previos php versions and all the patches are outdated...
if anyone knows how to fix this, please, let me know. thnx.