Configure: error: mcrypt.h Not Found. Please Reinstall libmcrypt
While compiling PHP from source on CentOS server, we get the error below: checking for mcrypt support… yes configure: error: mcrypt.h not found. Please reinstall libmcrypt. The root of the problem is we’ve enabled this option –with-mcrypt. ./configure –prefix=/usr/local/php7 \…


