centos6.5/6.8安装nghttp2失败

failed to install nghttp2 on centos6.5/6.8

我从 github:https://github.com/nghttp2/nghttp2 下载源代码。 并安装步骤:

$ autoreconf -i
$ automake
$ autoconf
$ ./configure
$ make

每一步都OK,就是不能用。

nghttp

-bash:nghttp:找不到命令

但是,我在 Ubuntu 14.04 上成功安装了 nghttp2!

sudo yum groupinstall "Development Tools"
sudo yum install libev libev-devel zlib zlib-devel openssl openssl-devel git

git clone git@github.com:tatsuhiro-t/nghttp2.git //or download and unzip
cd nghttp2
autoreconf -i
automake
autoconf
./configure --prefix=/usr/local/nghttpx --enable-app
make
sudo make install

/usr/local/bin/{nghttp,nghttpd,nghttpx}