Post
Topic
Board Announcements (Altcoins)
Re: [announce] Namecoin - a distributed naming system based on Bitcoin
by
lebish
on 30/06/2011, 22:50:03 UTC
Has any of you been able to successfully compile namecoind on ubuntu/linux? I got the code off of bluishcoder.com's website.

This is what I get when running the following command:


make -f makefile.unix USE_UPNP=

Code:
root@enemsi:~/namecoin# make -f makefile.unix USE_UPNP=
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -o obj/nogui/util.o util.cpp
In file included from util.cpp:5:0:
headers.h:43:20: fatal error: db_cxx.h: No such file or directory
compilation terminated.
make: *** [obj/nogui/util.o] Error 1

What is db_cxx.h and where do I get it? I tried looking around and can't seem to find it. Any help is appreciated!


db_cxx.h is included with the berkeleydb dev tools. Just install version 4.6-4.8 and update your include paths and There's a package that includes this that you can install with apt-get, I just forget the name off the top of my head.