Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GOA] GoaCoin - PoW, Masternodes, ASIC Resistance, NeoScrypt
by
hoosierdoc
on 17/01/2018, 18:57:59 UTC
Here is my error:
Quote
checking for Berkeley DB C++ headers... default
configure: error: Found Berkeley DB other than 4.8, required for portable wallets (--with-incompatible-bdb to ignore or --disable-wallet to disable wallet functionality)

and the issue of no target for "make", the next command. Is that because I'm erroring out at the berkeley DB stage? Is there something I need to download?

EDIT: Google took care of the problem. Here are a few more things to install

https://cryptoandcoffee.com/mining-gems/install-berkeley-4-8-db-libs-on-ubuntu-16-04/

Quote
   sudo add-apt-repository ppa:bitcoin/bitcoin
    sudo apt-get update
    sudo apt-get install libdb4.8-dev libdb4.8++-dev

Next error... after the "make" command runs I do not have .goacoincore/

any thoughts? I had no errors I saw during the make command that took 10-15 mins to run