Post
Topic
Board Announcements (Altcoins)
Re: |ANN| VivoInnovaOnexGobyte COIN - Neoscrypt, Asic Resistans, MASTERNODES!!!
by
wzor
on 02/12/2017, 12:15:02 UTC
apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get install software-properties-common nano libboost-all-dev libzmq3-dev libminiupnpc-dev libssl-dev libevent-dev
add-apt-repository ppa:bitcoin/bitcoin
apt-get update
apt-get install libdb4.8-dev libdb4.8++-dev
mkdir viog
cd viog
wget https://github.com/gwestwood/vivoinnovaonexgobyte/releases/download/0.12.1.1/viog-linux-0_12_1_1.zip
unzip viog-linux-0_12_1_1.zip

Make sure they are executible:

Code:
chmod +x vivoinnovaonexgobyte*

And run the daemon:

Code:
./vivoinnovaonexgobyted -daemon

Once it has finished building the chain (check with "./vivoinnovaonexgobyte-cli getinfo") then stop the daemon ("./vivoinnovaonexgobyte-cli stop") and edit "~/../vivoinnovaonexgobyte./.vivoinnovaonexgobyte.conf" as per the instructions provided by others (probably best to use Nano unless you are familiar with VI).

.


what does it mean? how to fix?
root@VIOG:~/viog# ./vivoinnovaonexgobyted -daemon
./vivoinnovaonexgobyted: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory

The problem is solved.
This version of Ubuntu Server 16.04 LTS 64 does not have this error.