kdmukai / raspi4_bitcoin_node_tutorial

Raspberry Pi 4 Bitcoin Full Node tutorial
MIT License
73 stars 7 forks source link

[setting up the compile] Could not find a version of the Boost System library #1

Open paddystarz opened 4 years ago

paddystarz commented 4 years ago

error while setting up the compile : ./configure CPPFLAGS="-I/usr/local/BerkeleyDB.4.8/include -O2" LDFLAGS="-L/usr/local/BerkeleyDB.4.8/lib"

configure: error: Could not find a version of the Boost::System library!

I have find this similar issue https://github.com/bitcoin/bitcoin/issues/3945 with this response : "Usually this means that boost libraries are installed in multiple locations, and autoconf picks the wrong location. You could --with-boost-libdir=" to explicitly set a directory.

configure.txt libboost.txt