We were getting following PHP compilation error
checking for PCRE headers location… configure: error: Could not find pcre.h in /usr
Fix
yum install pcre-devel
Some Quick Fixes and Resolutions by Linux Enthusiast
We were getting following PHP compilation error
checking for PCRE headers location… configure: error: Could not find pcre.h in /usr
Fix
yum install pcre-devel