Post
Topic
Board Announcements (Altcoins)
Re: - AURORACOIN -
by
Fragbait
on 04/06/2017, 11:26:50 UTC
Fresh Mint KDE 18.1 virtual machine, git cloned https://github.com/aurarad/auroracoin/

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

Running ./configure fails with this error:
Code:
configure: error: libdb_cxx headers missing
Code:
$ locate libdb_cxx
/usr/lib/libdb_cxx-4.8.a
/usr/lib/libdb_cxx-4.8.la
/usr/lib/libdb_cxx-4.8.so
/usr/lib/libdb_cxx-4.so
/usr/lib/libdb_cxx.a
/usr/lib/libdb_cxx.so

How to fix?

You're using the wrong DB.

No I'm not. According to doc/build-unix.md the dependency is on libdb4.8 which is what I have.