nginx-module-stream-sts
nginx-module-stream-sts copied to clipboard
configuration error
i have already clone sts and sts-stream-module(save at /usr/local) , and configre like this :
./configure --without-pcre
--prefix=/usr/local/nginx
--with-debug
--without-http_rewrite_module
--with-poll_module
--with-http_stub_status_module
--add-module=/usr/local/nginx-module-sts
--add-module=/usr/local/nginx-module-stream-sts
and error like this : adding module in /usr/local/nginx-module-sts ./configure: 2: .: Can't open auto/have
so where is the problem? thx
Please let me know your compile environment.(OS, GCC version, NGINX version) Thanks.