./bootstrap: 17: exec: autoreconf: 未找到:OpenTSDB 安装

./bootstrap: 17: exec: autoreconf: not found : OpenTSDB installation

我正在尝试在 Ubuntu 上安装 OpenTSDB,我正在关注 this documentation。但是在 运行 这些命令之后:

git clone git://github.com/OpenTSDB/opentsdb.git
cd opentsdb

运行 此命令给出以下控制台输出:

./build.sh

控制台输出:

seed-admin@seedadmin-Inspiron-3847:~/Abharthan/opentsdb$ sudo ./build.sh
+ test -f configure
+ ./bootstrap
./bootstrap: 17: exec: autoreconf: not found

有什么问题?

sudo apt-get install autoconf 解决了我的问题