1、进入objs文件夹,修改Makefile


将-Werror去掉,修改结果如下图所示

报错src/os/unix/ngx_user.c:26:7: error: ‘struct crypt_data’ has no member named ‘current_salt

搜索current_salt,将这一行注释掉之后,重新make&make install

1、进入objs文件夹,修改Makefile


将-Werror去掉,修改结果如下图所示

报错src/os/unix/ngx_user.c:26:7: error: ‘struct crypt_data’ has no member named ‘current_salt

搜索current_salt,将这一行注释掉之后,重新make&make install

3813
1万+

被折叠的 条评论
为什么被折叠?