sudo apt-get install git build-essential cmake libboost-all-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
cmake is already the newest version.
libboost-all-dev is already the newest version.
git is already the newest version.
The following packages were automatically installed and are no longer required:
apt-xapian-index aptitude-common gccxml laptop-detect libclass-accessor-perl
libcwidget3 libept1.4.12 libio-string-perl libparse-debianchangelog-perl libsigc++-2.0-0c2a libsub-name-perl libxapian22 python-debian python-dev
python-xapian python2.7-dev
Use 'apt-get autoremove' to remove them.0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
ln -s /usr/lib/x86_64-linux-gnu/libboost_system.so.1.55.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.64.0
ln: failed to create symbolic link /usr/lib/x86_64-linux-gnu/libboost_system.so.1.64.0: File exists
/micronotecoin-v1.0.1# ./micronotecoind
./micronotecoind: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory
How fix?
Hi,
Sorry for waste your time. Finally, I decided to compile one static binary for all distros (size is around 4Mb instead the old 2Mb binaries).
I removed distro-specific packages and uploaded the final binaries:
https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0.1/micronotecoin-v1.0.1-Linux.tar.gzPlease, try again and give me your feedback!