Roversword Posted January 20, 2015 Posted January 20, 2015 Hi all I am trying to figure out technicsolder, however, I am already a little stuck. I am on Ubuntu 14.04 (updated as of today). So far I am not aware that I missed a dependency. I used the git command to get technicsolder and from within I used composer command to get things installed. It starts downloading the files from the project but then stops with the following error: me@myserver:/datadisk/technicsolder$ php composer.phar install --no-interaction Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Nothing to install or update Generating autoload files Mcrypt PHP extension required. Script php artisan clear-compiled handling the post-install-cmd event returned with an error [RuntimeException] Error Output: There is no other error output. While I understand that it seems that php mycrypt is missing, it is installed: ii libmcrypt4 2.5.8-3.1ubuntu1 amd64 De-/Encryption Library ii openssl 1.0.1f-1ubuntu2.8 amd64 Secure Sockets Layer toolkit - cryptographic utility ii php5-mcrypt 5.4.6-0ubuntu5 amd64 MCrypt module for php5 Am I missing something? Is there another package that is need or is the needed library called differently?
The_Doctors_Life Posted January 20, 2015 Posted January 20, 2015 check to see if it is enabled in your php.ini
Roversword Posted January 21, 2015 Author Posted January 21, 2015 (edited) Hi there The_Doctors_Life Thanks a lot. It was not obvious to me that it was deactivated (as I could find the mod added in mods_available) and had to use a specific command to "redo" it. sudo php5enmod mcrypt Thanks a lot for your insight. Edited January 21, 2015 by Roversword
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now