Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#1377 closed defect (invalid)

invalid option "--with-compat"

Reported by: ikr0m@… 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.

Change History (2)

comment:1 by Maxim Dounin, 7 years ago

Resolution: invalid
Status: newclosed

The --with-compat configure option is available in nginx 1.11.5 and later.

comment:2 by ikr0m@…, 7 years ago

Thanks!

Note: See TracTickets for help on using tickets.