[root@wordpress nginx-0.1.20]# ./configure --prefix=/usr/local/nginx --user=www --group=www --error-log-path=/var/log/nginx/error_log --http-log-path=/var/log/nginx/access_log
--with-pcre=/usr/src/lnmp/pcre-8.32/
make过程报错
src/os/unix/ngx_files.c: In function 鈔gx_write_chain_to_file?
src/os/unix/ngx_files.c:160: error: 釯OV_MAX?undeclared (first use in this function)
src/os/unix/ngx_files.c:160: error: (Each undeclared identifier is reported only once
src/os/unix/ngx_files.c:160: error: for each function it appears in.)
make[1]: *** [objs/src/os/unix/ngx_files.o] Error 1
make[1]: Leaving directory `/usr/src/lnmp/nginx-0.1.20'
make: *** [build] Error 2
这个错误如何解决?请高手相助
本文记录了在使用特定配置进行Nginx编译安装过程中遇到的一个错误:src/os/unix/ngx_files.c文件中出现undeclared (first use in this function)的编译警告,以及后续make过程中出现的错误提示。
1651

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



