You are viewing a single comment's thread from:
RE: How to compile your very own Devcoin Wallet in Ubuntu 18.04 💪 💻 💾
Would you have any ideas, @cpol, why my old wallet (previously installed using this guide) would now be complaining about the present version of libboost? Perhaps it has to be re-compiled with a more updated version which may have happened since last use, which was some time ago? Below is some feedback from the system that may give you an idea...
./devcoin-qt: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory
nova@nova-desktop:~/CryptoWallets/DVC-backup$ sudo apt-get install libboost-dev libboost-system-dev libboost-filesystem-dev libboost-thread-dev Reading package lists... Done Building dependency tree Reading state information... Done libboost-dev is already the newest version (1.65.1.0ubuntu1). libboost-filesystem-dev is already the newest version (1.65.1.0ubuntu1). libboost-system-dev is already the newest version (1.65.1.0ubuntu1). libboost-thread-dev is already the newest version (1.65.1.0ubuntu1). 0 upgraded, 0 newly installed, 0 to remove and 112 not upgraded.
Unfortunately, I don't have any idea. My library versions are exactly the same as yours and I could compile the source code from main without problem.
Are you using the main branch or another branch? Could you try with fresh install in a virtual machine like virtual box if you can reproduce the problem?