• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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