#1377 closed defect (invalid)
invalid option "--with-compat"
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-module | Version: | 1.13.x |
Keywords: | dynamic-module | Cc: | |
uname -a: | Linux comp1 4.4.0-92-generic #115-Ubuntu SMP Thu Aug 10 09:04:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux | ||
nginx -V: | nginx version: nginx/1.10.3 (Ubuntu) |
Description
I'm trying to add module dynamically as described here https://www.nginx.com/blog/compiling-dynamic-modules-nginx-plus/
I run following command
$ ./configure --with-compat --add-dynamic-module=../naxsi/naxsi_src
And it gave an error:
./configure: error: invalid option "--with-compat"
I'm not sure it's a bug. Maybe adding module dynamically is available only for nginx plus.
Note:
See TracTickets
for help on using tickets.
The
--with-compat
configure option is available in nginx 1.11.5 and later.