Hello, I need a help.
I'm setting a masternode.
Vultr with Ubuntu 17.10
I followed all correctly,
then :~/magnet# ./magnetd
./magnetd: error while loading shared libraries: libminiupnpc.so.10: cannot open shared object file: No such file or directory
I tried to fix it by myself but I'm not able..
apt-get install miniupnpc
Same result
root@vultr:~/magnet# ./magnetd
./magnetd: error while loading shared libraries: libboost_system.so.1.62.0: cannot open shared objec
root@vultr:~/magnet# apt-get install miniupnpc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
minissdpd
The following NEW packages will be installed:
miniupnpc
0 upgraded, 1 newly installed, 0 to remove and 74 not upgraded.
Need to get 13.0 kB of archives.
After this operation, 53.2 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 miniupnpc amd64 1.9.20140610-2u
Fetched 13.0 kB in 0s (45.8 kB/s)
Selecting previously unselected package miniupnpc.
(Reading database ... 111007 files and directories currently installed.)
Preparing to unpack .../miniupnpc_1.9.20140610-2ubuntu2.16.04.2_amd64.deb ...
Unpacking miniupnpc (1.9.20140610-2ubuntu2.16.04.2) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up miniupnpc (1.9.20140610-2ubuntu2.16.04.2) ...
root@vultr:~/magnet# ./magnetd
./magnetd: error while loading shared libraries: libboost_system.so.1.62.0: cannot open shared objec
root@vultr:~/magnet# wget http://magnetwork.io/Wallets/magnet-qt-LINUX.rar
--2018-02-28 06:49:56-- http://magnetwork.io/Wallets/magnet-qt-LINUX.rar
Resolving magnetwork.io (magnetwork.io)... 198.187.29.27
Connecting to magnetwork.io (magnetwork.io)|198.187.29.27|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4865731 (4.6M) [application/x-rar-compressed]
Saving to: magnet-qt-LINUX.rar.1
magnet-qt-LINUX.rar.1 100%[========================
2018-02-28 06:49:57 (8.75 MB/s) - magnet-qt-LINUX.rar.1 saved [4865731/4865731]
root@vultr:~/magnet# unrar e magnet-qt-LINUX.rar
UNRAR 5.30 beta 2 freeware Copyright (c) 1993-2015 Alexander Roshal
Extracting from magnet-qt-LINUX.rar
Would you like to replace the existing file magnetd
5152136 bytes, modified on 2018-01-30 20:47
with a new one
5152136 bytes, modified on 2018-01-30 20:47
[Y]es, [N]o, [A]ll, n[E]ver, [R]ename, [Q]uit y
Extracting magnetd OK
Would you like to replace the existing file magnet-qt
12311976 bytes, modified on 2018-01-30 20:47
with a new one
12311976 bytes, modified on 2018-01-30 20:47
[Y]es, [N]o, [A]ll, n[E]ver, [R]ename, [Q]uit y
Extracting magnet-qt OK
All OK
root@vultr:~/magnet# chmod +x magnetd
root@vultr:~/magnet#
root@vultr:~/magnet# ./magnetd
./magnetd: error while loading shared libraries: libboost_system.so.1.62.0: cannot open shared objec
root@vultr:~/magnet#
Screenshot here
https://imgur.com/a/diVigAny other ideas? MN dreams are withering away. Can't use the cool new app.
I'll offer a 100 coin bounty to solve this for us users reporting it

MAG of course
Before executing ./magnetd, try this:
sudo apt-get install build-essential libtool automake autotools-dev autoconf pkg-config libssl-dev libgmp3-dev libevent-dev bsdmainutils
sudo apt-get install libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install libminiupnpc-dev
sudo apt-get install unrar
sudo apt-get upgrade
Line by line.
If you are under root, you can skip "sudo" at each line.
My friend, thank you from the bottom of my over worked heart. This step has been such a bummer, mining all 10k only to be stopped by configuration. The updates you advised got me through my issues, nothing Magnet related. Can you PM me an address and I'd love to send you 100 MAG or something!
This FIXED my issue. Thank you community!!