• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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