fastdfs-nginx-module
fastdfs-nginx-module copied to clipboard
nginx 编译不成功
In file included from /usr/local/src/fastdfs-nginx-module/src/ngx_http_fastdfs_module.c:6: /usr/local/src/fastdfs-nginx-module/src/common.c: In function ‘fdfs_http_request_handler’: /usr/local/src/fastdfs-nginx-module/src/common.c:1245: error: ‘FDFSHTTPParams’ has no member named ‘support_multi_range’ make[1]: *** [objs/addon/src/ngx_http_fastdfs_module.o] Error 1 make[1]: Leaving directory `/usr/local/src/nginx-1.12.0' make: *** [build] Error 2
需要先下载FastDFS master中的最新代码并编译安装。
你好,我也遇到了这个问题,你看下你fastdfs是多少,我的是fastdfs-5.10,刚开始直接下载了fastdfs-nginx-module编译出这个错,在前面有人说是版本问题,我换成了fastdfs-nginx-module_v1.19在编译通过了。
@myjgithubdl 你好,请问在哪里下载1.19? 我现在用的是fastdfs-5.10和fastdfs-nginx-module_v1.20 编译Nginx就过不去