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
9.02k stars 1.99k forks source link

fdfs_trackerd start 异常 #201

Open itlidaye opened 6 years ago

itlidaye commented 6 years ago

centos 7下 启动 fdfs_trackerd 错误 /usr/bin/fdfs_trackerd /etc/fdfs/tracker.conf start qq 20180523150309

happyfish100 commented 6 years ago

ldd /usr/bin/fdfs_trackerd 看依赖的libfastcommon在哪个目录下。

itlidaye commented 6 years ago

qq 20180523153928

这样是对的嘛

happyfish100 commented 6 years ago

libfastcommon library正常是安装到 /usr/lib/libfastcommon.so。 /usr/local/lib/libfastcommon.so应该是旧的,你吧它删了试试。 rm -f /usr/local/lib/libfastcommon.so