ngx_http_proxy_connect_module icon indicating copy to clipboard operation
ngx_http_proxy_connect_module copied to clipboard

1.19.3 ./configure: error: can not detect sig_atomic_t size on some computers

Open GrigoriiTarasov opened this issue 3 years ago • 1 comments
trafficstars

Ⅰ. Issue Description

On configure step ./configure: error: can not detect sig_atomic_t size

Ⅱ. Describe what happened

./configure --sbin-path=/usr/bin/nginx --conf-path=/etc/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --error-log-path=/var/log/nginx/nginx_error.log --http-log-path=/var/log/nginx/nginx_access.log --pid-path=/var/run/nginx.pid --with-http_ssl_module --add-module=/tmp/ngx_http_proxy_connect_module

...

./configure: error: can not detect sig_atomic_t size

Ⅲ. Describe what you expected to happen

Successful configure

Ⅳ. How to reproduce it (as minimally and precisely as possible)

Follow https://github.com/chobits/ngx_http_proxy_connect_module#build-nginx with 1.19.3 On configure step ./configure: error: can not detect sig_atomic_t size

Ⅵ. Environment:

Ubuntu 18.04

GrigoriiTarasov avatar Feb 14 '22 01:02 GrigoriiTarasov

It may be your local nginx environment. The configure error tells you that it cannot check the size of sig_atomic_t (maybe 4, 8, 16 bytes) in ur environment.

chobits avatar Mar 26 '22 09:03 chobits

think it resolved. feel free to reopen if u still have the same problem

chobits avatar Aug 18 '22 09:08 chobits