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.
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
Thanks
Andrew