Open MakerGYT opened 5 years ago
nginx does not support pcre2, you need to install pcre and pcre-devel (8x) to build it.
This has since changed. NGINX can be built with PCRE2 as a shared library but seems to error out when trying to do a static build.
When I install nginx, there is a error:
So I referred to your documents:
I download the pcre2 and configure the nginx again, it works.But when I execute I download the pcre2 and configure the nginx again, it works.But when I execute the "make",
then I try to install pcre-devel, but I can only find the .rpm,(my os is ubuntu).I try to find libpcre3-dev, but it seems that its version number matches the PCRE 8 series.Of course, if I install Series 8 directly, I won't have the above problems.So, you are updating and maintaining pcre2 now, but this problem can not be solved, how to explain it?