Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx make编译不成功 #126

Open
fanqinghui opened this issue Jun 9, 2017 · 4 comments
Open

nginx make编译不成功 #126

fanqinghui opened this issue Jun 9, 2017 · 4 comments

Comments

@fanqinghui
Copy link

local/fastdfs-nginx-module/src/common.c:1245: 错误:‘FDFSHTTPParams’没有名为‘support_multi_range’的成员
make[1]: *** [objs/addon/src/ngx_http_fastdfs_module.o] 错误 1
make[1]: Leaving directory `/usr/local/nginx-1.10.1'

@cheartx
Copy link

cheartx commented Jun 16, 2017

me too , 我的版本是 nginx-1.13.1

@cheartx
Copy link

cheartx commented Jun 16, 2017

fastdfs-nginx-module-master/src/common.c:1245: error: ‘FDFSHTTPParams’ has no member named ‘support_multi_range’

@cheartx
Copy link

cheartx commented Jun 16, 2017

@JoeyFan 我修改了 /fastdfs-nginx-module-master/src/common.c 第 1245 行
把 (pContext->range_count > 1 && !g_http_params.support_multi_range)) 最后面的条件去掉了
改成 (pContext->range_count > 1))
重新make 就好了
目前看没有什么问题

@qingfengtaizi
Copy link

我也报这个错了。到底是哪边的问题。fast用的5.08的,fastdfs-nginx-module用的最新的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants