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.
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