美文网首页
FastDFS常见错误

FastDFS常见错误

作者: 创造new_world | 来源:发表于2020-03-28 00:41 被阅读0次

1../fdfs_trackerd: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory

解决方法:在FastDFS里找到libevent库的lib路径就可以,例如:“export LD_LIBRARY_PATH=/usr/local/libevent-2.0.21/lib/”在启动一下就可以了。

  1. 启动的时候:ERROR - file: tracker_func.c, line: 160, "/home/yuqing/fastdfs" can't be accessed, error info: No such file or directory

解决方法:看一下/home/yunqing/fastdfs有没跟你的tracker.conf或者storage.conf里的路径一致,没有的话修改一下,或者创建路径底下的文件即可。

3.在FastDFS里./make.sh的时候报:make: *** [../common/fdfs_global.o]

解决方法:需要安装一下libfastcommon类库,再重新./make.sh & ./make.sh install 就可以了。

相关文章

  • FastDFS常见错误

    1../fdfs_trackerd: error while loading shared libraries: ...

  • Mac 使用Docker 创建tracker和storage,实

    Docker装FastDFS,运行tracker,错误:The path /var/fdfs/tracker is...

  • FastDFS 常见问题

    https://blog.csdn.net/UDBuilder/article/details/31748717?...

  • nginx 1.8.0 草他妈的安装

    3、/usr/src/fastdfs-nginx-module/src/common.c:21:25:致命错误:f...

  • FastDFS 和 Nginx 整合

    1、安装 FastDFS Centos 7 安装 FastDFS 2、配置 fastdfs-nginx-modul...

  • 分布式FastDFS集群部署

    FastDFS FastDFS的作者余庆在其 GitHub 上是这样描述的:“FastDFS is an open...

  • 常见错误

    1、spring默认只会扫描resources下的属性文件,而对于java包下的属性文件会被忽略。如果想要编译ja...

  • 常见错误

    错误1 导致原因 解决办法 错误二: library not found for - 参考 解决方法:获取 库...

  • 常见错误

    微信自定义菜单 EasyWechat :4.0最新版本 1.微信公众号配置网页授权域名微信报无法访问xxx.com...

  • 常见错误

    Test is not an annotation type描述:在使用junit进行单元测试时,在方法前声明@T...

网友评论

      本文标题:FastDFS常见错误

      本文链接:https://www.haomeiwen.com/subject/cvmduhtx.html