Nginx在make时报错[objs/Makefile:469: objs/src/core/ngx_murmurhash.o] Error
时间:2021-01-16 12:06:29
收藏:0
阅读:0
Nginx在make时报错[objs/Makefile:469: objs/src/core/ngx_murmurhash.o] Error
在安装目录下执行
vim obj/Markfile
把Makefile文件的-Werror去掉
重新执行make
评论(0)