• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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