You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: