• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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