You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: