`
MyEyeOfJava
  • 浏览: 1159484 次
  • 性别: Icon_minigender_1
  • 来自: 北京
博客专栏
7af2d6ca-4fe1-3e9a-be85-3f65f7120bd0
测试开发
浏览量:71418
533896eb-dd7b-3cde-b4d3-cc1ce02c1c14
晨记
浏览量:0
社区版块
存档分类
最新评论

[curl-loader]运行curl-loader时缺少libcares.so.2

阅读更多
安装好curll-loader后,运行缺少so动态库的解决方案

./curl-loader -f conf-examples/mysimp.conf ./curl-loader: error while loading shared libraries: libcares.so.2: cannot open shared object file: No such file or directory

执行以下操作可以解决上面的问题
1.查找本机是否存在libcares.so.2,curl-loader中肯定有。
locate libcares.so.2
2. 在  /etc/ld.so.conf.d/新建一个配置文件:curl-loader.conf,里面写一行代码:即libcares.so.2文件所在的lib路径
3 execute command " ldconfig"
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics