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

Bharthan picture Bharthan · Aug 27, 2015 · Viewed 8k times · Source

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?

Answer

Bharthan picture Bharthan · Aug 27, 2015

sudo apt-get install autoconf solved my problem