Are you using the configure parameter : --with-pcre=PATH_TO_YOUR_pcre ? 2015-10-07 17:40 GMT+02:00 Doyle Jonathan <doylejonatha...@yahoo.fr>:
> By "I need my own PCRE" you mean I'm stuck with the default, > globally-installed > PCRE on my Mac ? That locally installed versions of PCRE are useless ? > > > ------------------------------ > *De :* Stefan Eissing <ste...@eissing.org> > *À :* users@httpd.apache.org; Doyle Jonathan <doylejonatha...@yahoo.fr> > *Envoyé le :* Mercredi 7 octobre 2015 17h33 > *Objet :* Re: [users@httpd] pcre.h missing during apache installation, > should be replaced by pcre2.h ? > > On OS X, you need your own pcre. I did that for my mod_h2 sandbox: > https://github.com/icing/mod_h2 > > Hope that helps, > > Stefan > > > > > Am 07.10.2015 um 17:29 schrieb Doyle Jonathan <doylejonatha...@yahoo.fr > >: > > > > 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. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > > >