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

 
yum install -y epel-release
yum install -y libmcrypt-devel
原文地址:https://www.cnblogs.com/finnlee/p/8992374.html