【发布时间】:2015-08-27 17:17:59
【问题描述】:
我正在尝试在 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
有什么问题?
【问题讨论】: