Problems Getting mcrypt installed... libcrypt.so.4 is needed...


If you receive this error in CentOS 5.x trying to install php-mcrypt,

--> Finished Dependency Resolutionphp-mcrypt-5.2.14-2.el5.art.i386 from atomic has depsolving problems  --> Missing Dependency: libmcrypt.so.4 is needed by package php-mcrypt-5.2.14-2.el5.art.i386 (atomic)Error: Missing Dependency: libmcrypt.so.4 is needed by package php-mcrypt-5.2.14-2.el5.art.i386 (atomic)

Be sure that you have the atomic repository enabled,

then run:

yum install libmcrypt
yum install libmcrypt-devel
yum install php-mcrypt.x86_64

Comments

Please login to comment