• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

can't get Mcrypt to install on 11.5

TheHostingHeroes

Basic Pleskian
HI

i've done some research today trying to install PHP Mcrypt on php 5.3, we are running PHP Version 5.3.21
i have run the following:

wget -O - http://www.atomicorp.com/installers/atomic |sh
yum install php-mcrypt

the response I get is:

No package php-mcrypt available.

the phpinfo file shows Configure Command '--with-mcrypt=shared,/usr'

however thats the only place i can find mcrypt, if i search again no other results are found, i know if it was installed, it would have its own section.

How do I get it installed? is it something i need to do to /var/www/vhosts/system/DOMAIN.com/etc/php.ini

Thanks in advanced.
 
cyberhostpro, looks like you ran out of luck, PHP 5.3 got discontinued by Atomic and replaced by 5.4 for quite some time. Either upgrade, use 5.3 packages distributed by your OS provider (CentOS?) or build and install from source.
 
cyberhostpro, looks like you ran out of luck, PHP 5.3 got discontinued by Atomic and replaced by 5.4 for quite some time. Either upgrade, use 5.3 packages distributed by your OS provider (CentOS?) or build and install from source.

this clients site doesn't work on PHP 5.4.. I'll do some research.

Thanks
 
We actually moved the PHP 5.3 packages into a new repo, called Nucleus. We're backporting security fixes from 5.4 and 5.5 into that channel.



That said, php 5.4 does include a php-mcrypt package: yum install php-mcrypt
 
Last edited:
Back
Top