nginx-module-vts icon indicating copy to clipboard operation
nginx-module-vts copied to clipboard

Whether this module does not support NGINX 1.20.1 ?

Open Yuuuuuukit opened this issue 4 years ago • 6 comments

error happen when ./configure adding module in /root/nginx-module-vts ./configure: 2: .: Can't open auto/have

Yuuuuuukit avatar Jun 08 '21 09:06 Yuuuuuukit

I recently successfully built for nginx 1.20.1 with build_module.sh

kingdruid avatar Jun 09 '21 11:06 kingdruid

I've test it with 1.20 / 1.21, if you use docker or ubuntu/debian, you can use pre-built modules directly.

https://github.com/nginx-with-docker/ngx_http_vhost_traffic_status_module

soulteary avatar Jun 15 '21 10:06 soulteary

i build for 1.20.1 using add-dynamic-module=... instead of add-module=... with no issues at all.

i believe @Yuuuuuukit you have the wrong path for the module location.

mathieu-aubin avatar Aug 03 '21 12:08 mathieu-aubin

--add-module=/path/to/nginx-module-vts works for me on 1.20.1 too.

aminvakil avatar Aug 03 '21 12:08 aminvakil

Maybe try using a directory other than /root to make surethe build can access the files...

I vote on closing this issue

mathieu-aubin avatar Aug 10 '21 12:08 mathieu-aubin

Working properly with 1.20.2.

CSimpiFoN avatar Jan 06 '22 14:01 CSimpiFoN