Re: [users@httpd] pcre.h missing during apache installation, should be replaced by pcre2.h ?

2015-10-22 Thread Mike Rumph

Hello Doyle,

I suspect that pcre2 is not yet supported by Apache httpd.

Thanks,

Mike Rumph

On 10/7/2015 8:52 AM, Doyle Jonathan wrote:

Yes, although I’m not sure about the exact path.

  My source distributions are at /Users/ewandelanoy/Documents/Installers/

 My installed stuff are at 
/Users/ewandelanoy/Documents/Installations/usr/local/


  I used configure as follows :

 ./configure 
--prefix=/Users/ewandelanoy/Documents/Installations/usr/local/ 
--with-included-apr 
--with-pcre=/Users/ewandelanoy/Documents/Installers/pcre2-10.10/pcre2-config




*De :* Aurélien Terrestris <aterrest...@gmail.com>
*À :* users@httpd.apache.org; Doyle Jonathan <doylejonatha...@yahoo.fr>
*Cc :* "ste...@eissing.org" <ste...@eissing.org>
*Envoyé le :* Mercredi 7 octobre 2015 17h44
*Objet :* Re: [users@httpd] pcre.h missing during apache installation, 
should be replaced by pcre2.h ?


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 
<mailto: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 <mailto:ste...@eissing.org>>
*À :* users@httpd.apache.org <mailto:users@httpd.apache.org>;
Doyle Jonathan <doylejonatha...@yahoo.fr
<mailto: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 <mailto: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
<mailto:users-unsubscr...@httpd.apache.org>
For additional commands, e-mail: users-h...@httpd.apache.org
<mailto:users-h...@httpd.apache.org>










Re: [users@httpd] pcre.h missing during apache installation, should be replaced by pcre2.h ?

2015-10-07 Thread Stefan Eissing
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 :
> 
> 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



Re: [users@httpd] pcre.h missing during apache installation, should be replaced by pcre2.h ?

2015-10-07 Thread Eric Covener
On Wed, Oct 7, 2015 at 11:52 AM, Doyle Jonathan
 wrote:
>  ./configure --prefix=/Users/ewandelanoy/Documents/Installations/usr/local/
> --with-included-apr
> --with-pcre=/Users/ewandelanoy/Documents/Installers/pcre2-10.10/pcre2-config

pcre2 didn't maintain backwards compat and can't be used with httpd.

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



Re: [users@httpd] pcre.h missing during apache installation, should be replaced by pcre2.h ?

2015-10-07 Thread Doyle Jonathan
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


  

Re: [users@httpd] pcre.h missing during apache installation, should be replaced by pcre2.h ?

2015-10-07 Thread Aurélien Terrestris
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
>
>
>
>


Re: [users@httpd] pcre.h missing during apache installation, should be replaced by pcre2.h ?

2015-10-07 Thread Doyle Jonathan
Yes, although I’m not sure about the exact path.

  My source distributions are at /Users/ewandelanoy/Documents/Installers/

 My installed stuff are at /Users/ewandelanoy/Documents/Installations/usr/local/

  I used configure as follows :

 ./configure --prefix=/Users/ewandelanoy/Documents/Installations/usr/local/ 
--with-included-apr 
--with-pcre=/Users/ewandelanoy/Documents/Installers/pcre2-10.10/pcre2-config

  De : Aurélien Terrestris <aterrest...@gmail.com>
 À : users@httpd.apache.org; Doyle Jonathan <doylejonatha...@yahoo.fr> 
Cc : "ste...@eissing.org" <ste...@eissing.org> 
 Envoyé le : Mercredi 7 octobre 2015 17h44
 Objet : Re: [users@httpd] pcre.h missing during apache installation, should be 
replaced by pcre2.h ?
   
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