tmux安装有关问题记录
tmux安装问题记录
redhat安装tmux遇到如下错误:
configure: error: "libevent not found"
说明libevent包没有找到 , 简单,那通过sudo yum install libevent 安装呗,安装玩之后发现还是同样的错误。
通过yum -y search libevent查看了一下,原来需要sudo yum install libevent-devel
通过yum安装的libevent版本太小,参考:http://www.cnblogs.com/tingliang/archive/2013/04/20/3032081.html