build fails - Unable to find the requested Boost libraries.
cd ~/opt
rm -rf boost/
./eos_source_dir/eosio_build.sh
One workaround is to cd into ~/opt and remove the boost library there.
Re-compile using ./eosio_build.sh and it should work.
cd ~/opt
rm -rf boost/
./eos_source_dir/eosio_build.sh
One workaround is to cd into ~/opt and remove the boost library there.
Re-compile using ./eosio_build.sh and it should work.