ngx_http_google_filter_module
ngx_http_google_filter_module copied to clipboard
报错: ./configure: 10: .: Can't open auto/options
./configure: 10: .: Can't open auto/options
更改nginx版本为1.4.7得到解决
link:http://ju.outofmemory.cn/entry/207820
./configure: 10: .: Can't open auto/options 这个错误出现在 nginx 哪个版本?
@cuber 你中文说明上的那个版本 1.7.?
估计是从github (或者svn)上下载的代码,configure 在auto 目录下,这样需要在代码根目录下运行:
./auto/configure
Getting the same error as @cuber. Is there a step needed before running ./configure?
You should run ./auto/configure at the root, instead of run ./configure at the auto folder.
niubility @HongMain