This forum is no longer active. Please post your questions to our new community site

Forums LAMPStack

Suggested Additions/Fixes To *AMP Stacks

Subscribe to Suggested Additions/Fixes To *AMP Stacks 8 post(s), 6 voice(s)

 
Avatar shrike71 1 post

Hi,

and thanks for a marvellous and well organised stack! I can consistently use your LAMP and WAMP stacks and know that everything is in exactly the same place, platform by platform. However, would you set up a forum topic for additions to the stacks (or set up this one!)?

I use a lot of symmetrical encryption in my applications, unfortunately i stumbled across the fact that the mcrypt libraries are not compiled as part of your stack. Would it be asking too much to have these valuable libraries included?

Regards,

Shrike71

 
Avatar Daniel Lopez Administrator 140 post(s)

Hi Shrike,

The extension should be included in WAMPstack already. We will include the extension in future versions of LAMPStack as well, thanks for the suggestion

Best regards

Daniel

 
Avatar Beeze 1 post

Any chance you might also add openssl?

Thanks,

Beeze.

 
Avatar okkare 16 post(s)

It does look like mcrypt is installed, but it needs to be uncommented in the php.ini file.

However, I have uncommented it and I am still getting an error from magento saying that it is not loaded. Any ideas?

 
Avatar okkare 16 post(s)

I’ve tried insatlling libmcrypt4, mcrypt and php5mcrypt via synaptic package manager (and restarting my machine) but no joy. Although maybe they need to be installed elsewhere?

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

The problem of mcrypt is that it need to be added during the php compilation. We should add this component to the Stack and it is on our TODO list.

Cheers.

 
Avatar discopatrick 5 post(s)

Would it be possible to simply download and install a version of PHP that has mcrypt included, and then put that in place of the current php folder in mampstack?

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

no, it is not a simple process, there are library dependencies that should be resolved during compilation time.

Forums LAMPStack