Adding mcrypt to Plesk

Scott's Oasys picture Scott's Oasys · Jun 30, 2010 · Viewed 10.2k times · Source

I am running Plesk v8.2.0 and I have a program that needs mcrypt module installed but I cant find any relevent infromation on how to get mcrypt setup on Plesk. It is on a Unix based server.

Does anyone have any ideas on how to set this up?

Any infromation would be greatly appreciated

Answer

David Cooke picture David Cooke · Jan 21, 2011

From command line, do something like...

yum install php-mcrypt.x86_64

If that doesn't work, then maybe do...

yum search "mcrypt"

.. to find the exact name of the file you want to install.