Post
Topic
Board Announcements (Altcoins)
Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW
by
valiant1
on 24/09/2017, 01:52:19 UTC
Quote
Need to cmake .. from build dir, not cmake in the main src dir. Also please try only cmake with the new options first, before you modify the makefile.
Tried it. Did not help.
The binary daemon itself does not start.
Code:
./intensecoind: error while loading shared libraries: libboost_system.so.1.64.0: cannot open shared object file: No such file or directory

Install http://www.boost.org/users/history/version_1_64_0.html
Code:
./intensecoind
Illegal instruction

Please try this version, built with -DSTATIC=1 -DPORTABLE=1 in cmake, and also modified CXX_FLAGS in CMakeLists.txt to have -mno-sse4.1 and -mno-sse4.2: https://github.com/valiant1x/intensecoin/releases/download/v1.0/intensecoin-miner-linux64.tar.gz

If that doesn't work for you, please provide the output of this command:
Code:
cat /proc/cpuinfo | grep -m1 'flags'