happyfish100 / fastdfs

FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
GNU General Public License v3.0
8.98k stars 1.98k forks source link

RedHat make出错 #29

Open juanerliu opened 8 years ago

juanerliu commented 8 years ago

怎么搞的,我想在RedHat上编译安装,没看到configue脚本,直接make, 一堆错误,依赖库我是我的啊

举个例子: ../common/fdfs_global.h:14:27: error: common_define.h: No such file or directory ../common/fdfs_global.h:16:29: error: connection_pool.h: No such file or directory

望回复

franklyhuan commented 8 years ago

路径没有配置吧?需要的库路径。

juanerliu commented 8 years ago

库路径没找到,应该是#include <*>报错的吧,像上面都是三方.h啊

happyfish100 commented 8 years ago

需要通过make.sh编译