nginx_upstream_check_module icon indicating copy to clipboard operation
nginx_upstream_check_module copied to clipboard

windows下能打包吗?

Open xedcoing opened this issue 7 years ago • 1 comments
trafficstars

windows下可以编译通过吗? 执行: $ auto/configure --with-cc=cl --builddir=build --prefix= --conf-path=conf/nginx.conf --pid-path=logs/nginx.pid --http-l og-path=logs/access.log --error-log-path=logs/error.log --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_ body_temp --http-proxy-temp-path=temp/proxy_temp --http-fastcgi-temp-path=temp/fastcgi_temp --with-cc-opt=-DFD_SETSIZE= 1024 --with-pcre=build/lib/pcre-8.37 --with-zlib=build/lib/zlib-1.2.8 --with-openssl=build/lib/openssl-1.0.1s --with-se lect_module --with-http_ssl_module --with-ipv6 --with-http_sub_module --add-module=src/http/modules/nginx_upstream_chec k_module

报找不到

checking for OS

  • MINGW32_NT-6.2 1.0.19(0.48/3/2) i686
  • using Microsoft Visual C++ compiler
  • cl version: auto/cc/msvc: line 117: [: : integer expression expected checking for MINGW32_NT-6.2 specific features configuring additional modules adding module in src/http/modules/nginx_upstream_check_module checking for ngx_http_upstream_check_module ... not found auto/configure: error: the ngx_http_upstream_check_module addon error.

xedcoing avatar May 29 '18 09:05 xedcoing

windows下可以用cygwin编译 https://blog.csdn.net/yowrhihoil/article/details/78892259

yhllow avatar Jun 22 '18 05:06 yhllow