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

php-mcrypt problem

I

IulianH

Guest
I have this problem...


# yum install php-mcrypt
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* atomic: www2.atomicorp.com
* base: ftp.ines.lug.ro
* updates: mirrors.xservers.ro
* addons: ftp.ines.lug.ro
* extras: ftp.ines.lug.ro
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package php-mcrypt.i386 0:5.2.9-2.el5.art set to be updated
--> Processing Dependency: php-common = 5.2.9-2.el5.art for package: php-mcrypt
--> Finished Dependency Resolution
php-mcrypt-5.2.9-2.el5.art.i386 from atomic has depsolving problems
--> Missing Dependency: php-common = 5.2.9-2.el5.art is needed by package php-mcrypt-5.2.9-2.el5.art.i386 (atomic)
Error: Missing Dependency: php-common = 5.2.9-2.el5.art is needed by package php-mcrypt-5.2.9-2.el5.art.i386 (atomic)

What to do ?
 
Hello,

This error is not related to Parallels Plesk Panel.
Please make sure that php-mcrypt-5.2.9-2.el5.art.i386 is present in your repositories.

===

* atomic: www2.atomicorp.com
* base: ftp.ines.lug.ro
* updates: mirrors.xservers.ro
* addons: ftp.ines.lug.ro
* extras: ftp.ines.lug.ro

===

You can find more information about Fedora repositories in the following article:

http://www.brandonhutchinson.com/Fedora_apt_and_yum_repositories.html
 
maybe you should install the php 5.2.9 first, then try the mcrpt installation. you can use the yum with "upgrade" for the php. If you use the update it will only "update" your existing version of php.
 
Back
Top