sudo apt-get install libdb-dev libdb++-dev
Is it alright to proceed with libdb 4.8? Or do I have to get rid of the previous installation first?
Down to the last step but got this
root@19313:~/CryptoBullion-CBX/src# make -f makefile.unix BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include" BDB_LIB_PATH="/usr/local/BerkeleyDB.4.
8/lib"
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/CryptoBullion-CBX/src -I/root
/CryptoBullion-CBX/src/obj -I/usr/local/BerkeleyDB.4.8/include -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/CryptoBullion-CBX/src/leveldb/include -DUSE_LEVELDB
-I/root/CryptoBullion-CBX/src/leveldb/helpers -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -msse2 -MMD -MF obj/a
lert.d -o obj/alert.o alert.cpp
alert.cpp:5:29: fatal error: boost/foreach.hpp: No such file or directory
#include
Tried google but was unable to find a workaround. It looks like I need to edit something here, just don't know what. Thanks in advance.
Was able to get past the previous step, some missing stuff still in my debian that's why it didn't work.
This one though is the new problem
collect2: error: ld returned 1 exit status
makefile.unix:190: recipe for target 'cryptobulliond' failed
make: *** [cryptobulliond] Error 1
tried the all three below
make -f makefile.unix "USE_UPNP=-"
make -f makefile.unix
make -f makefile.unix BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include" BDB_LIB_PATH="/usr/local/BerkeleyDB.4.8/lib"
What did I miss this time?
Thanks in advance