I'm using Ubuntu 16.04 and in this new version I'm getting the following error when trying to open the binary provided by Release:
./rapidsd: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by ./rapidsd)
./rapidsd: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by ./rapidsd)
Trying to do the build myself, the result of debug.log is this:
2020-07-02 16:24:51 scheduler thread start
2020-07-02 16:24:51 libevent: getaddrinfo: address family for nodename not supported
2020-07-02 16:24:51 Binding RPC on address :: port xxxxxxxx failed.
2020-07-02 16:24:51 HTTP: creating work queue of depth 1000
2020-07-02 16:24:51 HTTP: starting 4 worker threads
2020-07-02 16:24:51 Creating backup of "/xxxxxx/.rapids/wallet.dat" -> "/xxxxxx/.rapids/backups/wallet.dat.2020-07-02-16-24"
2020-07-02 16:24:51 Old backup deleted: "/xxxxxx/.rapids/backups/wallet.dat.2020-01-03-20-03"
2020-07-02 16:24:51 Using wallet wallet.dat
2020-07-02 16:24:51 init message: Verifying wallet...
2020-07-02 16:24:51 CDBEnv::Open: LogDir=/xxxxxxxxx/.rapids/database ErrorFile=/xxxxxxx/.rapids/db.log
I'm using Ubuntu 16.04 and in this new version I'm getting the following error when trying to open the binary provided by Release:
Trying to do the build myself, the result of
debug.log
is this: