CentOS 6.xにtmuxをインストールしようとすると、「EVBUFFER_EOL_LF」が宣言されていないというエラーで失敗する
次の手順でtmuxをコンパイルしてみました。 yum -y install ncurses-devel libevent-devel wget http://downloads.sourceforge.net/tmux/tmux-1.9a.tar.gz tar -xvzf tmux-1.9a.tar.gz cd tmux-1.9a ./configure make makeコマンドは次のエラーで失敗しました: control.c:64:47: error: ‘EVBUFFER_EOL_LF’ undeclared (first use in this function) インストールされているncurses-develおよびlibevent-develパッケージの詳細を以下に示します。 [root@rigel ~]# yum info ncurses-devel.x86_64 libevent-devel.x86_64 Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: centosmirror.go4hosting.in Installed Packages Name : …