1.git clone git@github.com:twitter/twemproxy.git
如果失败了,重新升级一下yum,升级完之后再clone。
- cd twemproxy
进来之后makefile是带后缀名的,不可以直接用。注意:autoreconf -fvi && ./configure needs automake and libtool to be installed
。
安装automake和libtool。
执行yum install automake libtool -y
3.autoreconf -fvi
执行命令发现当前版本过低,执行yum search autoconf
查找一下 autoreconf,用yum安装的软件都来自于仓库,可能自己当前自带的仓库版本偏低,需要找个更高版本的仓库。