can't install php-mcrypt

Support/Development for PHP
wclark
Forum User
Forum User
Posts: 18
Joined: Mon Sep 15, 2008 12:45 pm

can't install php-mcrypt

Unread post by wclark »

Hi there,

I have a fresh install of CentOS 6.2, Plesk 10.2.2. I am going to install Magento, and it requires mcrypt.

yum update tells me nothing to install.

When I try to install mcrypt I get:

[root@impress-dev store]# yum install php-mcrypt
Plugin "refresh-packagekit" can't be imported
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* atomic: www5.atomicorp.com
128 packages excluded due to repository priority protections
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php-mcrypt.x86_64 0:5.3.8-2.el6.art will be installed
--> Processing Dependency: php-common(x86-64) = 5.3.8-2.el6.art for package: php-mcrypt-5.3.8-2.el6.art.x86_64
--> Finished Dependency Resolution
Error: Package: php-mcrypt-5.3.8-2.el6.art.x86_64 (atomic)
Requires: php-common(x86-64) = 5.3.8-2.el6.art
Installed: php-common-5.3.9-3.el6.art.x86_64 (@atomic)
php-common(x86-64) = 5.3.9-3.el6.art
Available: php-common-5.2.17-1.el6.art.x86_64 (atomic)
php-common(x86-64) = 5.2.17-1.el6.art
Available: php-common-5.3.8-2.el6.art.x86_64 (atomic)
php-common(x86-64) = 5.3.8-2.el6.art
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@impress-dev store]#

I thought that I would not have to worry about dependency issues with ASL?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: can't install php-mcrypt

Unread post by scott »

128 packages excluded due to repository priority protections
That might be the problem.
wclark
Forum User
Forum User
Posts: 18
Joined: Mon Sep 15, 2008 12:45 pm

Re: can't install php-mcrypt

Unread post by wclark »

How do repository exclusions work? They must be set to defaults.

How can I install php-mcrypt?
Post Reply