Re: [users@httpd] Building Apache httpd 2.4.53 fails to find source-compiled PCRE2 10.40

2022-05-04 Thread Richard Morris
I tried this: env PCRE_CONFIG=/usr/local/pcre2-10.40/bin/pcre2-config \ ./configure \   --prefix=/usr/local/apache2-2.4.53 \   --with-included-apr \   --enable-so \   --with-pcre=/usr/local/pcre2-10.40 \   --enable-rewrite and it worked for me.  Thanks! I didn't know about the PCRE_CONFIG varia

Re: [users@httpd] Building Apache httpd 2.4.53 fails to find source-compiled PCRE2 10.40

2022-05-04 Thread Eric Covener
> ./configure \ >--prefix=/usr/local/apache2-2.4.53 \ >--with-included-apr \ >--enable-so \ >--with-pcre=/usr/local/pcre2-10.40 \ >--enable-rewrite After the update the argument to --with-pcre needs to be the path to pcre2-config, not the directory. ---

[users@httpd] Building Apache httpd 2.4.53 fails to find source-compiled PCRE2 10.40

2022-05-04 Thread Richard Morris
Hi, I've been trying to build Apache httpd 2.4.53 using a source-compiled version of PCRE2 (10.40) however when I run configure I get an error about it not being able to find a working script for PCRE2.  Upon looking closer, it appears that the configure script does find it but may not be usi