RE: How to compile an 8BIT Masternode on an Ubuntu Linux VPS - A Guide

You are viewing a single comment's thread from:

How to compile an 8BIT Masternode on an Ubuntu Linux VPS - A Guide

in eightbit •  7 years ago  (edited)

I tried to compile, but i'll get an error while trying to run autogen.sh
the error is like this:
./autogen.sh
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm

i tried to Google the problem and i tried as suggested here:
https://ask.fedoraproject.org/en/question/50121/how-to-fix-cant-exec-aclocal/

sudo apt-get install automake

i tried on both Ubuntu 16 and 17

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  
  ·  7 years ago (edited)

This helped me out, before compiling:
apt-get install automake
apt-get install libtool

and installing on Ubuntu 14.04x64 :)

Thanks. Yes, automake and libtool are common tools needed for any wallet. If you don't have them already installed, you'll need those as well.