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.99k stars 1.98k forks source link

fastcommon模块缺失?? #591

Closed bebee4java closed 1 year ago

bebee4java commented 1 year ago

源码中fastcommon模块不存在,编译报错!

image
happyfish100 commented 1 year ago

需要先编译和安装 libfastcommon这个基础库

bebee4java commented 1 year ago

ok, 还有这个文件找不到:

image
happyfish100 commented 1 year ago

V6.09 引入了网络通信库 libserverframe,也需要先编译和安装。 参见源码下的文件 INSTALL 或者 github上的 wiki文档。

bebee4java commented 1 year ago

ok,thx