Re: Bitcoind x86 binary for CentOS

Figures: knightmb

Ok, conquered the DB issue after pestering an Oracle developer all day 😛

When you compile DB 4.7.25, you have to use an extra config command or else the compile will be missing those vital header files (why???)

Anyway, here is what it was

../dist/configure --enable-cxx
make
When you compile the source, this fixes the DB compiling related errors.