Installing Nginx prompts requires a pcre library, which needs to be specified by parameter--with-pcre, and the RPM-QL command to see that the system has Pcre installed, as shown in the following illustration:
When you configure the Nginx option through Configurer, you specify that the Pcre directory is/usr/share/doc/pcre-8.32, and there is no error, but make is an error as shown. The reason for this error is through the--with-pcre need to specify the Pcre source directory, rather than the installation directory, download Pcre, extract, and then through Configurer assigned to the unpacked directory, run make again, normal pass.
Zlib the same way as relying on libraries, the system has zlib installed, but zlib specified by Configurer cannot be/usr/share/doc/zlib-1.2.7.
Need to download zlib, then unzip, specify--with-zlib=/path/to/zlib-source at configurer time