Post
Topic
Board Announcements (Altcoins)
Re: [ANN][HUC] Huntercoin - Human Minable - MMOCG - Update 8/Mar/14
by
domob
on 14/03/2014, 10:56:57 UTC
Anyone here can help me install huntercoin daemon in ubuntu server ?
I tried but got this
Code:
g++ -c -O2 -Wno-invalid-offsetof -Wformat -D_MT -DNOPCH -DFOURWAYSSE2 -DUSE_SSL
-DBOOST_SPIRIT_THREADSAFE  -DBOOST_THREAD_USE_LIB -I../libs/openssl-1.0.1e/inclu
de -I../libs/db-4.7.25.NC/build_unix -I../libs/boost_1_50_0 -o obj/auxpow.o auxp
ow.cpp
In file included from auxpow.cpp:4:0:
headers.h:38:20: fatal error: db_cxx.h: No such file or directory
compilation terminated.
make: *** [obj/auxpow.o] Error 1

You need to install "apt-get libdb++-dev" to fix this.  You also need libboost-dev and possibly other packages I can't remember all the time.