Alan DeKok Sun, 06 Feb 2022 14:15:11 -0800
You can build the server without PCRE, even if the PCRE libraries are on the system. Just do:
./configure --with-pcre=no and it will fall back to Posix regular expressions.