Chinaunix

标题: nginx+passenger部署出现的问题求助 [打印本页]

作者: feifeixu    时间: 2011-04-08 11:31
标题: nginx+passenger部署出现的问题求助
安装nginx时

./configure --user=www -group=www --prefix=/usr/local/webserver/nginx --with-http_stub_status_module --with-http_ssl_module


加上--add-module 参数为什么不可以执行


求这参数应加在哪个位置
作者: taojie2000    时间: 2011-04-08 11:44
看下configure的  help 说明
作者: feifeixu    时间: 2011-04-08 11:51
--add-module=PATH                  enable an external module
作者: feifeixu    时间: 2011-04-08 11:52
./configure  --user=www --group=www --add-module=PATH --prefix=/usr/local/webserver/nginx --with-http_stub_status_module --with-http_ssl_module
作者: feifeixu    时间: 2011-04-08 11:53
checking for OS
+ Linux 2.6.18-194.el5xen x86_64
checking for C compiler ... found
+ using GNU C compiler
+ gcc version: 4.1.2 20080704 (Red Hat 4.1.2-4
checking for gcc -pipe switch ... found
checking for gcc builtin atomic operations ... found
checking for C99 variadic macros ... found
checking for gcc variadic macros ... found
checking for unistd.h ... found
checking for inttypes.h ... found
checking for limits.h ... found
checking for sys/filio.h ... not found
checking for sys/param.h ... found
checking for sys/mount.h ... found
checking for sys/statvfs.h ... found
checking for crypt.h ... found
checking for Linux specific features
checking for epoll ... found
checking for sendfile() ... found
checking for sendfile64() ... found
checking for sys/prctl.h ... found
checking for prctl(PR_SET_DUMPABLE) ... found
checking for sched_setaffinity() ... found
checking for crypt_r() ... found
checking for sys/vfs.h ... found
checking for poll() ... found
checking for /dev/poll ... not found
checking for kqueue ... not found
checking for crypt() ... not found
checking for crypt() in libcrypt ... found
checking for F_READAHEAD ... not found
checking for posix_fadvise() ... found
checking for O_DIRECT ... found
checking for F_NOCACHE ... not found
checking for directio() ... not found
checking for statfs() ... found
checking for statvfs() ... found
checking for dlopen() ... not found
checking for dlopen() in libdl ... found
checking for sched_yield() ... found
checking for SO_SETFIB ... not found
configuring additional modules
adding module in /usr/local/webserver/nginx
作者: feifeixu    时间: 2011-04-08 11:55
checking for posix_fadvise() ... found
checking for O_DIRECT ... found
checking for F_NOCACHE ... not found
checking for directio() ... not found
checking for statfs() ... found
checking for statvfs() ... found
checking for dlopen() ... not found
checking for dlopen() in libdl ... found
checking for sched_yield() ... found
checking for SO_SETFIB ... not found
configuring additional modules
adding module in PATH





用--add-module=PATH 就是这种提示
作者: taojie2000    时间: 2011-04-08 12:02
回复 6# feifeixu


     --add-module=PATH   加模块  但你这写代表什么意思?     PATH 是啥?
作者: taojie2000    时间: 2011-04-08 12:03
回复 6# feifeixu


   PATH 是路径  让你写模块的完整的路径
作者: feifeixu    时间: 2011-04-08 12:06
我不知道要写哪个模块的路径
作者: yanu    时间: 2011-04-08 12:36
你都不知道要add 哪个module, 你还add啥




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2