php-mcrypt problem

Support/Development for PHP
andrewt
New Forum User
New Forum User
Posts: 1
Joined: Wed Mar 01, 2006 2:39 am

php-mcrypt problem

Unread post by andrewt »

Hello,

I updated php via yum and I am needing php-mcrypt. When I run yum install php-mcrypt I get this:

Code: Select all

[root@william lib]# yum install php-mcrypt
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 4ES - Atomic PSA-Compatible RPMS
Server: Atomic Rocket Turtle - 4ES - Atomic PSA-Compatible RPMS
Finding updated packages
Downloading needed headers
Resolving dependencies
....Unable to satisfy dependencies
Package php-mcrypt needs libmcrypt, this is not available.
Package php-mcrypt needs libmcrypt.so.4, this is not available.
When I search for libmcrypt I get this

Code: Select all

/usr/local/lib/libmcrypt.la
/usr/local/lib/libmcrypt.so
/usr/local/lib/libmcrypt.so.4.4.7
/usr/local/lib/libmcrypt
/usr/local/lib/libmcrypt.so.4
/usr/local/share/aclocal/libmcrypt.m4
/usr/local/bin/libmcrypt-config
Any ideas?

Thanks
Andrew
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

Unread post by breun »

The libmcrypt package seems to be missing in the 4ES channel indeed... You can get it at Dag (http://dag.wieers.com/packages/libmcrypt/) in the meantime, but Scott should probably fix this.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Are you using the -testing channel in there? I see you pulling Atomic twice.
Post Reply