Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nginx-0.6.28
- To: nginx-ru@xxxxxxxxx
- Subject: Re: nginx-0.6.28
- From: umask <umask@xxxxxxxxx>
- Date: Fri, 14 Mar 2008 11:19:34 +0300
- In-reply-to: 1660000000337709191
- References: 1660000000337709191
Добрый день,
не собирается на x86_64/CentOS 5 (up to date).
Версия 0.6.26 собиралась.
./configure --prefix=/usr --conf-path=/etc/nginx/nginx.conf
--pid-path=/var/run/nginx/nginx.pid --error-log-path=/var/log/nginx/error_log
--http-log-path=/var/log/nginx/access_log
--http-client-body-temp-path=/home/nginx/body-temp-path
--http-proxy-temp-path=/home/nginx/proxy-temp-path
--http-fastcgi-temp-path=/home/nginx/fastcgi-temp-path
--with-http_stub_status_module --with-mail --with-imap --with-imap_ssl_module
--with-mail_ssl_module --with-http_ssl_module --with-http_perl_module
--with-http_flv_module --with-http_realip_module --with-http_dav_module
--with-http_sub_module --with-http_addition_module
--with-http_gzip_static_module --user=nginx --group=nginx --with-cc-opt="-O2 -g"
...
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wno-unused-function -Wunused-variable -Wunused-value -Werror -g -O2 -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http
-I src/http/modules -I src/http/modules/perl
-o objs/src/http/modules/ngx_http_proxy_module.o
src/http/modules/ngx_http_proxy_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wno-unused-function -Wunused-variable -Wunused-value -Werror -g -O2 -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http
-I src/http/modules -I src/http/modules/perl
-o objs/src/http/modules/ngx_http_fastcgi_module.o
src/http/modules/ngx_http_fastcgi_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wno-unused-function -Wunused-variable -Wno-unused-value -Werror -g -O2 -g
-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe
-Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm
-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE -I src/core -I
src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I
src/http/modules -I src/http/modules/perl
-o objs/src/http/modules/perl/ngx_http_perl_module.o
src/http/modules/perl/ngx_http_perl_module.c
cc1: warnings being treated as errors
src/http/modules/perl/ngx_http_perl_module.c: In function
?ngx_http_perl_call_handler?:
src/http/modules/perl/ngx_http_perl_module.c:671: warning: cast from pointer to
integer of different size
src/http/modules/perl/ngx_http_perl_module.c:671: warning: cast from pointer to
integer of different size
make[1]: *** [objs/src/http/modules/perl/ngx_http_perl_module.o] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/nginx-0.6.28'
make: *** [build] Error 2
--
Ilyas
13.03.08, 09:15, "Igor Sysoev" <is@xxxxxxxxxxxxx>:
> Изменения в nginx 0.6.28 13.03.2008
> *) Исправление: метод rtsig не собирался; ошибка появилась в 0.6.27.
|