Jump to content

Solder: Error while using composer (installation)


Roversword

Recommended Posts

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?

                      

 

Link to comment
Share on other sites

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 by Roversword
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...