I have installed php-mycrypt and figured out that the config file looks like this:<br />
<br />
; Enable mcrypt extension module<br />
extension=module.so<br />
<br />
but the extension module is called: mcrypt.so so it has to look like this:<br />
extension=mcrypt.so<br />
<br />
this is in the file: /etc/php.d/mcrypt.ini
↧