编译出现错误:

  configure: error: mcrypt.h not found. Please reinstall libmcrypt.

解决方法:

  yum install -y libmcrypt libmcrypt-devel

05-11 17:15