﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1736	"Cannot build dynamic modules: ""Can't open auto/module"""	istanev93@…		"I have a simple dynamic module config script like so: 
{{{#!shell
ngx_module_type=""HTTP""
ngx_module_name=""ngx_http_my_module""
ngx_module_srcs=""$ngx_addon_dir/ngx_http_my_module.c""
. auto/config
ngx_addon_name=""ngx_http_my_module""
}}}
I run `sudo -H ./configure --with-compat --add-dynamic-module=../ngx_http_my_module` from within the nginx source (~/Desktop/nginx-1.14.2). However, I get the following error:
{{{#!shell
configuring additional dynamic modules
adding module in ../ngx_http_remote_attestation_module
./configure: 4: .: Can't open auto/module
}}}

I have checked that this auto/module is present and readable. I have been following the guides on the Nginx site, so I don't know why it would error like this. Any ideas?"	defect	closed	blocker		nginx-module	1.14.x	invalid	dynamic,module,nginx,configure,compile,dynamic module		Linux ubuntu 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux	N/A; I am trying to build a nginx dynamic module
