安装好curll-loader后,运行缺少so动态库的解决方案
./curl-loader -f conf-
examples/mysimp.conf ./curl-loader: error while loading shar
ed libraries: libcares.so.2: cannot open shared object
file: No
such file or directory
执行以下操作可以解决上面的问题
1.查找本机是否存在libcares.so.2,curl-loader中肯定有。
cate.html' target='_blank'>
locate libcares.so.2
2. 在 /etc/ld.so.conf.d/新建一个配置文件:curl-loader.conf,里面写一行代码:即libcares.so.2文件所在的lib路径
3 exe
cute command " ldconfig"