• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

No Mcrypt extension for Magento Shop, installation failed Ubuntu

thetrusstv

New Pleskian
Hello,

first i have to say sorry for my bad english ;D im from Germany. I used the search funktion but nothing helps me. Im USING UBUNTU NOT CENTOS!

I set up an virtual ubuntu Server on a Proxmox Root. I used the .iso from plesk.
Now when i tried to start installing magento, there is the message, that there is no mcrypt installed.

I installed it using php5-mcrypt its done and i can see the folders and also te mcrypt.so and so on.

When i tried to install atomic there is the message that redhead is not availebel at /etc/readhead...


Can somebody help me?
 
What do you mean "When i tried to install atomic"? What exactly have you tried to install and how it is related to mcrypt?
 
As far as I know Atomic repository can be used on RedHat-based OSes like CentOS but not on Debian-based like Ubuntu.
 
So did you get mcrypt working?

If not what version of Ubuntu are you using?

To enable a php module in Ubuntu 14 you run
Code:
php5enmod mcrypt

And then restart apache, nginx and php5-fpm if you are running it.
Maybe that will help
Kind regards

Lloyd
 
Back
Top