The pre-compiled linux daemon doesn't start
./dinastycoind: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory
where as libboost is installed
locate libboost_system
/usr/lib/libboost_system.a
/usr/lib/libboost_system.so
/usr/lib/libboost_system.so.1.65.1
Compiling from source is also not succeeding for me, even after fixing all the gcc7 errors copied from e.g. karbowanec. (
https://github.com/seredat/karbowanec/pull/7)
[ 43%] Building CXX object src/CMakeFiles/Wallet.dir/WalletLegacy/WalletTransactionSender.cpp.o
In function ?T CryptoNote::{anonymous}::popRandomValue(URNG&, std::vector&) [with URNG = std::linear_congruential_engine; T = long unsigned int]?:
cc1plus: error: ?void* __builtin_memset(void*, int, long unsigned int)?: specified size 18446744073709551608 exceeds maximum object size 9223372036854775807 [-Werror=stringop-overflow=]