The following error was getting generated during PHP compilation in the server.
checking for bind_textdomain_codeset in -lc… yes
checking for GNU MP support… yes
configure: error: Unable to locate gmp.h
Fix
yum install gmp-devel
Some Quick Fixes and Resolutions by Linux Enthusiast
The following error was getting generated during PHP compilation in the server.
checking for bind_textdomain_codeset in -lc… yes
checking for GNU MP support… yes
configure: error: Unable to locate gmp.h
Fix
yum install gmp-devel