dirklei
dirklei
刚刚遇到同样的问题,也是g_storage_id_count未声明,g_storage_id_count, flv_support, flv_extension);
确实用的是最新版本,libfastcommon 1.0.41和fastDFS6.0,还是不行 error: ‘g_storage_id_count’ undeclared (first use in this function); did you mean ‘g_storage_ids_by_ip’? g_storage_id_count, flv_support, flv_extension); ^~~~~~~~~~~~~~~~~~ g_storage_ids_by_ip
使用fdfs6.0 ,fdfs-nginx-1.21,common-1.0.41,安装成功,但是nginx启动报错 ERROR - file: ../common/fdfs_http_shared.c, line: 153, param "http.mime_types_filename" not exist or is empty
这两个文件在/etc/fdfs下是有的,尝试在tracker.conf和storage.conf文件里配置http.mime_types_filename参数也不行,还是相同的错误信息,我的nginx是openresty1.5.7版本,不知道有影响不