• 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.

Installation mcrypt failed

strupde

New Pleskian
Hello all,

i have following system:
Version > Parallels Plesk Panel v11.0.9_build110120608.16 os_CentOS 6
OS > CentOS 6.2 (Final)
PHP > 5.3.3

I want to install mcrypt with:
yum install php-mcrypt

I get following messages:
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php54w-mcrypt.x86_64 0:5.4.5-1.w6 will be installed
--> Processing Dependency: php-api = 20100412 for package: php54w-mcrypt-5.4.5-1.w6.x86_64
--> Running transaction check
---> Package php54w-common.x86_64 0:5.4.5-1.w6 will be installed
--> Processing Conflict: php54w-common-5.4.5-1.w6.x86_64 conflicts php-common < 5.4.0
--> Finished Dependency Resolution
Error: php54w-common conflicts with php-common
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

How i can solve this problem?
 
It is possible to install mcrypt without PHP 5.4? How?
.. to install mcrypt the system install 5.4 automatically?
 
Do a 'yum search mcrypt'. If it yields something like php5-mcrypt or php53-mcrypt you probably should be able to install it. You can also try to temporarily downgrade your repository to CentOS 6.2, but I suppose you use EPEL to get php-mcrypt and I didn't find any old EPEL repositories from the get go.
 
Back
Top