Hi All,
I'm trying to install the wallet on a VPS (Ubuntu 16.04) for a MN but I'm running into a problem when I run ./autogen.sh
This is the output:
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory
Does anyone know how to fix this?
I know the guides all say to do it on Ubuntu 14.04 but I tried that and got the same.
Thanks
EDIT:
After a bit of googling it looks like I had to install automake to get it working.
sudo apt install automake
the ./autogen.sh and ./configure run ok and it's now running make.
EDIT 2:
The wallet is now up and running
, I hope this helps someone else who might encounter the same problem.