A potential bug with php-mcrypt in 5.2.10?

Support/Development for PHP
Highland
Forum Regular
Forum Regular
Posts: 674
Joined: Mon Apr 10, 2006 12:55 pm

A potential bug with php-mcrypt in 5.2.10?

Unread post by Highland »

Just thought I'd share this
yum install php-mcrypt
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* atomic: www5.atomicorp.com
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package php-mcrypt.x86_64 0:5.2.10-1.el5.art set to be updated
---> Package php-mcrypt.i386 0:5.2.10-1.el5.art set to be updated
--> Processing Dependency: libmcrypt.so.4 for package: php-mcrypt
--> Finished Dependency Resolution
php-mcrypt-5.2.10-1.el5.art.i386 from atomic-testing has depsolving problems
--> Missing Dependency: libmcrypt.so.4 is needed by package php-mcrypt-5.2.10-1.el5.art.i386 (atomic-testing)
Error: Missing Dependency: libmcrypt.so.4 is needed by package php-mcrypt-5.2.10-1.el5.art.i386 (atomic-testing)
I got around it by using

Code: Select all

yum install php-mcrypt.x86_64
"Its not a mac. I run linux... I'm actually cool." - scott
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: A potential bug with php-mcrypt in 5.2.10?

Unread post by scott »

First thing to check, are you running the latest yum from centos?
Highland
Forum Regular
Forum Regular
Posts: 674
Joined: Mon Apr 10, 2006 12:55 pm

Re: A potential bug with php-mcrypt in 5.2.10?

Unread post by Highland »

I believe so

Code: Select all

# rpm -q yum
yum-3.2.19-18.el5.centos
"Its not a mac. I run linux... I'm actually cool." - scott
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: A potential bug with php-mcrypt in 5.2.10?

Unread post by scott »

Ok, then thats the known x86_64 issue with yum & centos. Nothing I can do from my side I'm afraid
Snapdragon
Forum Regular
Forum Regular
Posts: 119
Joined: Mon Nov 28, 2005 4:44 pm

Re: A potential bug with php-mcrypt in 5.2.10?

Unread post by Snapdragon »

Highland wrote:I got around it by using

Code: Select all

yum install php-mcrypt.x86_64
Thanks for this. I just deployed three new VPS's this morning, of course they came stock with 5.1.6 which not even PMA likes, and ran into this problem right away.

It can also be mitigated by installing php-mycrypt 5.1.6 before enabling the atomic repo, then it will upgrade to 5.2.11 without complaint.

I might only come on here once every year, but this forum never fails to save my time, and bacon. :D
Post Reply