i-MSCP running on Ubuntu 13.10 (Saucy) - php5-mcrypt module not registered correctly

  • Dear community;


    If you want use i-MSCP on an Ubuntu Saucy server, you should know that a small problem has been found with the php5-mcrypt module which is not correctly registered by the eponymous package.


    In order, you have to run the following commands to make it working:


    Code
    1. # ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available# php5enmod mcrypt# service apache2 restart


    Note: If you are using php5-fpm, you must also restart it:


    Code
    1. # service php5-fpm restart


    i-MSCP team

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

    Edited once, last by Nuxwin ().