LoginSignup
4
5

More than 5 years have passed since last update.

CentOS5 での tmux のインストール

Posted at

libevent のインストール

2.x 系の安定版を

tmux のインストール

最新の 1.8 系を入れました

ldconfig

実行すると

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

と怒られるので

/etc/ld.so.conf.d/libevent.conf

/usr/local/lib

を追加します

そして

sudo /sbin/ldconfig

を実行します

これで普通に動くと思います

tmux の使い方はこちらも参考になります

tmuxのすすめ | catatsuyのBlog

4
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
5