Hello! When building on Cygwin on Windows 7, using the --with-stream flag, it fails.
Here is my configure with options: ./configure --with-http_ssl_module --with-http_gzip_static_module --with-pcre-jit --with-debug --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_gzip_static_module --with-http_image_filter_module --with-http_realip_module --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-http_xslt_module 0--with-ipv6 --with-mail --with-mail_ssl_module Output of section where it errors out: <snip> cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -D FD_ SETSIZE=2048 -I src/core -I src/event -I src/event/modules -I src/os/unix -I /us r/include/libxml2 -I objs -I src/stream \ -o objs/src/stream/ngx_stream_proxy_module.o \ src/stream/ngx_stream_proxy_module.c src/stream/ngx_stream_proxy_module.c: In function `ngx_stream_proxy_handler': src/stream/ngx_stream_proxy_module.c:542:6: error: `ngx_stream_upstream_t' has n o member named `ssl_name' u->ssl_name = uscf->host; ^ objs/Makefile:1520: recipe for target 'objs/src/stream/ngx_stream_proxy_module.o ' failed make[1]: *** [objs/src/stream/ngx_stream_proxy_module.o] Error 1 make[1]: Leaving directory '/home/kevin.worthington/nginx-1.11.3' Makefile:8: recipe for target 'build' failed make: *** [build] Error 2 </snip> I would appreciate any help. I'm not sure if this is a bug or just incompatible on Cygwin. Thank you, Kevin -- Kevin Worthington kworthington *@* (gmail] [dot} {com) http://kevinworthington.com/ http://twitter.com/kworthington https://plus.google.com/+KevinWorthington/ <https://twitter.com/kworthington/> On Tue, Jul 26, 2016 at 10:11 AM, Maxim Dounin <mdou...@mdounin.ru> wrote: > Changes with nginx 1.11.3 26 Jul > 2016 > > *) Change: now the "accept_mutex" directive is turned off by default. > > *) Feature: now nginx uses EPOLLEXCLUSIVE on Linux. > > *) Feature: the ngx_stream_geo_module. > > *) Feature: the ngx_stream_geoip_module. > > *) Feature: the ngx_stream_split_clients_module. > > *) Feature: variables support in the "proxy_pass" and "proxy_ssl_name" > directives in the stream module. > > *) Bugfix: socket leak when using HTTP/2. > > *) Bugfix: in configure tests. > Thanks to Piotr Sikora. > > > -- > Maxim Dounin > http://nginx.org/ > > _______________________________________________ > nginx-announce mailing list > nginx-annou...@nginx.org > http://mailman.nginx.org/mailman/listinfo/nginx-announce >
_______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx