Received the error while installing PHP:
configure: error: mcrypt.h not found. Please reinstall libmcrypt.
Resolved it with this:
yum install epel-release
yum install libmcrypt-devel
Received the error while installing PHP:
configure: error: mcrypt.h not found. Please reinstall libmcrypt.
Resolved it with this:
yum install epel-release
yum install libmcrypt-devel