Xibo install doesn't detect mcrypt or curl ubuntu server

installing on ubuntu server 14.04 using this guide
http://www.unixmen.com/install-xibo-ubuntu-14-1014-0412-04/

mcrypt and curl are not detected so i am unable to continue the setup process.

i have tried various fixes for installing each.

please advise

It does correctly detect both of these.

You likely need to install/enable the PHP extensions or restart Apache to have your changes picked up.

result of php -m shows that curl and mcrypt php modules are loaded, bouncing apache does not fix the problem.
is xibo compatible with the newest version of mcrypt?

It works with the version that comes with Ubuntu 14.04 yes.

Also note that php command line and php inside Apache use different configuration files on Ubuntu so one reporting mcrypt installed doesn’t mean that it’s been enabled for Apache’s setup.

For mcrypt try this :

sudo apt-get install mcrypt php5-mcrypt
sudo php5enmod mcrypt
sudo service apache2 restart

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.