Did apt install libboost-all-dev and make -f makefile.unix and am receiving the following error on Ubuntu 20.04 LTS:
In file included from db.cpp:6:
db.h:14:10: fatal error: db_cxx.h: No such file or directory
14 | #include
| ^~~~~~
compilation terminated.
make: *** [makefile.unix:177: obj/db.o] Error 1
Did
apt install libboost-all-dev
andmake -f makefile.unix
and am receiving the following error on Ubuntu 20.04 LTS:Which makes it impossible to actually make.