安裝php-mcrypt所遇到的問題

# yum install php-mcrypt

System returns:

libmcrypt.so.4()(64bit) is missing

 解法如下'

1. Install rpmforge repository

Download rpmforge repository for yum, which includes the libmcrypt.so.4.

 

2. Enable rmpforge repository and install libmcrypt

# yum –enablerepo=rmpforge install libmcrypt libmcrypt-devel

 

3. Enable remi repository and install php-mcrypt

# yum –enablerepo=remi install php-mcrypt

 

4.  Install phpmyadmin without error

# yum –enablerepo=remi install phpmyadmin

 

(Tested on CentOS 6.2 64bit)


source from:

http://www.holediscover.com/libmcrypt-so-464bit-is-missing/


你可能感兴趣的:(安裝php-mcrypt所遇到的問題)