Issues with compiling with bdb #21143

issue josephkniest opened this issue on February 10, 2021
  1. josephkniest commented at 8:39 PM on February 10, 2021: none

    After downloading and installing the bdb dependency in the contrib/ dir, I try this:

    ./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include"

    checking for natpmp.h... no checking for boostlib >= 1.58.0 (105800)... yes checking whether the Boost::System library is available... yes configure: error: Could not find a version of the Boost::System library!

    I have already installed boost with

    "apt-get install -y libboost-dev"

    I've been following this doc:

    https://jonatack.github.io/articles/how-to-compile-bitcoin-core-and-run-the-tests

  2. fanquake commented at 3:43 AM on February 11, 2021: member

    "apt-get install -y libboost-dev"

    This won't work, because it wont install Boost System. Our docs list the required boost dependencies: libboost-system-dev libboost-filesystem-dev libboost-test-dev libboost-thread-dev. You should actually install them if you're trying to build Bitcoin Core.

    In any case, now that you're running into issues following instructions that are not in this repository, please don't open issues here.

  3. fanquake closed this on Feb 11, 2021

  4. DrahtBot locked this on Aug 18, 2022

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-29 03:14 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me