• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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