启动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
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
1、查找文件放在哪里
sudo find / -name libevent-2.1.so.6發(fā)現(xiàn)放在/usr/local/lib/libevent-2.1.so.6下。
2、創(chuàng)建軟鏈接
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
總結(jié)
以上是生活随笔為你收集整理的启动Memcached报错:/usr/local/memcached/bin/memcached: error while loading shared libraries: libevent-2.1的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: ubuntu 下安装memcache 以
- 下一篇: 在ubuntu下安装memcache