1).
sudo ./configure --prefix=/usr/local/nginx --with-pcre=/usr/local/src/pcre2-10.10
No error is reported in this step
2).
sudo make reports an error, the error screenshot is as follows
May I ask what is the reason behind this
ringa_lee2017-05-16 17:23:48
It went to /usr/local/src/pcre2-10.10 to look for the header filepcre.h
, but it was not found, and then an error was reported.