我正在尝试在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有什么问题吗?
发布于 2015-08-28 02:12:45
sudo apt-get install autoconf解决了我的问题
https://stackoverflow.com/questions/32255654
复制相似问题