Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CRT] Certurium || a digital asset engineered for the ages
by
vitimers
on 08/11/2020, 07:49:14 UTC
hey, thanks for taking the time. unfortunately I get stuck at the "make" step.
 it says:
make: *** No targets specified and no makefile found. Stop.

Seems like the configure command doesn't do what it should do, see below. How can I fix?

satoshi@nakamoto:~/certurium$ ./configure --disable-shared --with-incompatible-bdb
checking for gcc... gcc
.
.
.

checking for Berkeley DB C++ headers... no
configure: error: libdb_cxx headers missing, Bitcoin Core requires this library for wallet functionality (--disable-wallet to disable wallet functionality)
satoshi@nakamoto:~/certurium$ make
make: *** No targets specified and no makefile found.  Stop.

Hey,
the problem lies in the last line:

Quote
configure: error: libdb_cxx headers missing, Bitcoin Core requires this library for wallet functionality
Berkeley db has not been correctly installed. You had it installed two months ago when you first reported you needed help. I don't know what you did different this time, but try to install it just the way you installed it last time.

All the best,
Vitimers Wink