mcrypt.h not found. Please reinstall libmcrypt”的解决方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mcrypt.h not found. Please reinstall libmcrypt”的解决方法相关的知识,希望对你有一定的参考价值。

CentOS源不能安装libmcrypt-devel,由于版权的原因没有自带mcrypt的包。

有两种方法解决,一种是使用第三方源,这样还可以使用yum来安装,简单方便,坏处是第三方源多少有中不可靠的感觉。

解决办法一
1、安装第三方yum源
wget http://www.atomicorp.com/installers/atomic
sh ./atomic
2、使用yum命令安装
yum  install  php-mcrypt  libmcrypt  libmcrypt-devel 

解决办法二、
使用php mcrypt 前必须先安装Libmcrypt

libmcrypt源码安装方法:

cd /usr/local/src
wget http://softlayer.dl.sourceforge.net/sourceforge/mcrypt/libmcrypt-2.5.8.tar.gz
tar -zxvf libmcrypt-2.5.8.tar.gz
cd /usr/local/src/libmcrypt-2.5.8
./configure --prefix=/usr/local
make
make install

以上是关于mcrypt.h not found. Please reinstall libmcrypt”的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

解决php编译报错configure: error: mcrypt.h not found. Please reinstall libmcrypt.

解决php编译报错configure: error: mcrypt.h not found. Please reinstall libmcrypt.

PHP编译安装报错:configure: error: mcrypt.h not found. Please reinstall libmcrypt

如何安装 mcrypt 并将 mcrypt.h 添加到我的 C 程序文件中?

vs安装 products not found

Clion编译 报错 “wchar .h not found” “string .h not found”