WingSpanCJ / shell

0 stars 0 forks source link

fix: tmux: error while loading shared librarie #2

Open WingSpanCJ opened 7 years ago

WingSpanCJ commented 7 years ago

tmux: error while loading shared libraries: libevent-2.1.so.6: cannot open shared object file: No such file or directory

http://blog.csdn.net/sahusoft/article/details/7388617

ln -s /usr/local/lib/libevent-2.1.so.6 /usr/lib/libevent-2.1.so.6 然后使用sudo ldconfig

http://isunix.github.io/blog/2016/07/12/tmux-error-while-loading-shared-libraries-libevent-2-dot-0-so-dot-5/ http://www.cnblogs.com/Anker/p/3209876.html http://blog.csdn.net/is_zhoufeng/article/details/8210404