Post
Topic
Board Projektentwicklung
Re: Banana Node- Unterstütze das Netzwerk!
by
Real-Duke
on 07/02/2021, 10:42:04 UTC
EDIT: Kompiliere mal mit --disable-wallet, dann sollte kein Boost mehr Notwendig sein

Auch das will leider nicht, nach dem Aufruf von ./configure --disable-wallet --without-gui --without-miniupnpc kommt irgendwann:
Quote
~snip
checking whether to build Bitcoin Core GUI... no
checking for boostlib >= 1.58.0 (105800)... configure: We could not detect the boost libraries (version MINIMUM_REQUIRED_BOOST or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option.  If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.
checking whether the Boost::System library is available... yes
configure: error: Could not find a version of the Boost::System library!
./configure --disable-wallet --without-gui --without-miniupnpc  38,53s user 12,35s system 64% cpu 1:18,40 total
1 root@bitcoinnode ~/bitcoin/bitcoin (git)-[v0.21.0] # 

Also scheint boost 1.58.0 auf alle Fälle nötig zu sein Huh