./bootstrap: 17: exec: autoreconf: not found : OpenTSDB installation
Asked Answered
V

1

17

I am trying to install OpenTSDB on Ubuntu, and I am following this documentation. But after running these commands:

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

running this commanding is giving the following console output:

./build.sh

Console Output:

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

What is the problem?

Vichy answered 27/8, 2015 at 17:17 Comment(0)
V
32

sudo apt-get install autoconf solved my problem

Vichy answered 27/8, 2015 at 18:12 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.