Tag Archives: 源码

[phpMyAdmin]安装失败提示mcrypt库无法支持问题的解决方案

      今天老季提起在题库服务器上安装phpMyAdmin来管理数据库,我直接上传了phpMyAdmin-3.1.2-all-languages.tar.gz ,然后解压到/var/www/html的目录下,然后通过浏览器去安装和使用,发现提示说 无法载入 mcrypt 扩展,<br />请检查 PHP 配置 使用 yum install php-mcrypt 安装mcrypt扩展时会提示没有安装包 Setting up Install Process No package php-mcrypt available. Error: Nothing to do mcrypt 是加密扩展库,加载了它可以用他里面自带的22种加密解密算法 CentOS6 默认安装的是php5.3.2 ,而默认的 redhat repos php中是没有 mcrypt 扩展的 根据红帽的官方消息(https://bugzilla.redhat.com/show_bug.cgi?id=621268)RHEL 不打算添加PHP的mcrypt 的支持 Joe … Continue reading

Posted in Linux | Tagged , , , , , , , , , | Leave a comment