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/
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
use ./configure --with-incompatible-bdb
or install db4.8