BOLI-Project / BolivarCoin

Repositiorio Oficial
MIT License
19 stars 9 forks source link

fix boost build issue in ubuntu22.04 #9

Open Legion0AD opened 1 year ago

Legion0AD commented 1 year ago

This patch fixes the build issues found in ubuntu22.04.

Tested the build with Ubuntu 20.04 and 22.04.

Also because berkeley-db is no longer available in ubuntu 20.04 and over. We need to use the --with-incompatible-bdb when calling the config script (./config --with-incompatible-bdb).

Refs: https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md#dependency-build-instructions https://bitcoin.stackexchange.com/questions/91901/how-to-install-berkeley-db-4-8-on-linux