免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1977 | 回复: 0
打印 上一主题 下一主题

[Web] nginx编译错误,麻烦指点,多谢 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2012-11-14 18:09 |只看该作者 |倒序浏览
本帖最后由 realcriss 于 2012-11-15 09:38 编辑

configer能成功通过,并且指定了。看错误提示,好像是没有吧user传递到make
  1. ./configure
  2.         --user=root \
  3.         --group=root \
复制代码
  1. + /usr/bin/make DESTDIR=/root/rpmbuild/tmp/nginx-1.2.4-1.ngx-root install
  2. /usr/bin/make -f objs/Makefile install
  3. make[1]: Entering directory `/root/rpmbuild/BUILD/nginx-1.2.4'
  4. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic  -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  5.                 -o objs/src/core/nginx.o \
  6.                 src/core/nginx.c
  7. cc1: warnings being treated as errors
  8. src/core/nginx.c: In function 'ngx_set_user':
  9. src/core/nginx.c:1110: warning: unused parameter 'cmd'
  10. src/core/nginx.c: In function 'ngx_set_env':
  11. src/core/nginx.c:1173: warning: unused parameter 'cmd'
  12. src/core/nginx.c: In function 'ngx_set_priority':
  13. src/core/nginx.c:1203: warning: unused parameter 'cmd'
  14. src/core/nginx.c: In function 'ngx_set_cpu_affinity':
  15. src/core/nginx.c:1243: warning: unused parameter 'cmd'
  16. make[1]: *** [objs/src/core/nginx.o] Error 1
  17. make[1]: Leaving directory `/root/rpmbuild/BUILD/nginx-1.2.4'
  18. make: *** [install] Error 2
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP