启动Memcached报错:/usr/local/memcached/bin/memcached: error while loading shared libraries: libevent-2.1
生活随笔
收集整理的這篇文章主要介紹了
启动Memcached报错:/usr/local/memcached/bin/memcached: error while loading shared libraries: libevent-2.1
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1、查找文件放在哪里
sudo find / -name libevent-2.1.so.6發現放在/usr/local/lib/libevent-2.1.so.6下。
2、創建軟鏈接
sudo ln -s /usr/local/lib/libevent-2.1.so.6 /usr/lib/libevent-2.1.so.6?
參考:
https://my.oschina.net/itblog/blog/633074
http://blog.csdn.net/keda8997110/article/details/8767606
總結
以上是生活随笔為你收集整理的启动Memcached报错:/usr/local/memcached/bin/memcached: error while loading shared libraries: libevent-2.1的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: ubuntu 下安装memcache 以
- 下一篇: 复选框 全选 全不选 反选 实现