• centos6 下FastDFS 在storage节点上nginx的fastdfs-nginx-module 模块编译出现的问题


     centos6.6  下FastDFS  在storage节点上   make(编译)nginx的fastdfs-nginx-module 出现如下报错:

    /root/fastdfs-nginx-module-master/src/common.c: In function 'fdfs_http_request_handler':
    /root/fastdfs-nginx-module-master/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 `/root/nginx-1.12.1'
    make: *** [build] Error 2

    [root@hd03 nginx-1.12.1]#

    修改/root/fastdfs-nginx-module-master/src/common.c第1245行

    把(pContext-> range_count> 1 &&!g_http_params.support_multi_range))最后面的条件

    去掉了改成(pContext-> range_count > 1))

    重新make就好了

    目前看没有什么问题

     

     

     make install 成功

    感觉还可以的乡亲们,记得帮忙点个赞。。

  • 相关阅读:
    [luogu3334]抛硬币
    [luogu3706]硬币游戏
    [luogu4548]歌唱王国
    [hdu4652]Dice
    [atAGC013F]Two Faced Cards
    [atAGC045F]Division into Multiples
    [atAGC045E]Fragile Balls
    [atAGC045D]Lamps and Buttons
    [luogu5574]任务分配问题
    [luogu4331]数字序列
  • 原文地址:https://www.cnblogs.com/xh-blog/p/9617908.html
Copyright © 2020-2023  润新知