I needed to build Apache from an SRPM file, since I needed to change options for suexec and recompile it. I downloaded the httpd source code, i.e., the "source RPM",
httpd-2.4.6-19.el7.centos.src.rpm
, from the
CentOS
Mirror site. But when I attempted to rebuild Apache, I encountered the
error message "configure: error: APR not found. Please read the documentation."
When I got past that error message I saw the error message
"configure: error: pcre-config for libpcre not found. PCRE is required and
available from http://pcre.org/". I was able to get past those issues,
but the process of recompiling suexec wasn't as quick as I had hoped it would
be.
[ More Info ]