Call to undefined function: mcrypt_module_open()
Posted: Thu Dec 29, 2005 6:09 pm
I recently upgraded to php 4.4.1 from ART's rpms (via yum)
I was certain that it came bundled with mcrypt -that's why I installed it in the first place-, but I'm getting this error:
I checked in phpinfo()'s output and I don't see mcrypt anywhere except in the configure command ('--with-mcrypt=shared').
Maybe this doesn't help at all, but I noticed that the configure command for PHP in the server where this script is currently working, says '--with-mcrypt=/usr/local' and I DO see mcrypt further down in phpinfo().
Is there another update I should do?
Thanks,
Rolo
I was certain that it came bundled with mcrypt -that's why I installed it in the first place-, but I'm getting this error:
Code: Select all
Fatal error: Call to undefined function: mcrypt_module_open() in /var/www/vhosts/domain.com/httpdocs/scripts_v2/v5functions_crypt.php on line 42
Maybe this doesn't help at all, but I noticed that the configure command for PHP in the server where this script is currently working, says '--with-mcrypt=/usr/local' and I DO see mcrypt further down in phpinfo().
Is there another update I should do?
Thanks,
Rolo