Nginx安装过程中make出错fatal error: pcre.h: No such file or directory

我用pcre2替代了pcre
出现了错误:

src/core/ngx_regex.h:15:18: fatal error: pcre.h: No such file or   directory    
#include  ^ compilation terminated. 
 make  : ***
 [objs/src/core/nginx.o] Error 1 make  : Leaving directory   
 `/usr/local/src/nginx-1.7.10' make: *** [build] Error 2

解决办法:使用pcre而不用pcre2就能make成功,(然而pcre官网上说今后只对pcre进行漏洞修补)。

你可能感兴趣的:(服务器)