I am trying to install Apache2 locally on my Yosemite Mac.
I successfully installed the latest versions of the prerequisites
(APR 1.5.2, APR-util 1.5.4, PCRE 2.10.10).
It seems that "./configure" runs fine, but "make" yields the following error
message :
util_pcre.c:49:10: fatal error: 'pcre.h' file not found
#include "pcre.h"
^
1 error generated.
make[2]: *** [util_pcre.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Looking at my local installation of PCRE, I see pcre2.h files in
my source distribution and my installation directory but no pcre.h
file indeed.
Any help appreciated.