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
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