Jump to content

Recommended Posts

Posted

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?

                      

 

Posted (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 by Roversword

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...