I wanted to mine some trump coin. I tried running the Qt client on Ubuntu. I get this error:
./TrumpCoin: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory
In my experience it's because the program is calling a specific version of the library which isn't installed rather than calling whichever version is installed. So I'm guessing it's wanting to use an older library than what I have installed. Before I start editing code let's just see if the thing will work on a baseline system
Been a while since I did anything with Qt. But it's probably just a matter of changing one line of code so the wallets calls the correct header file.
Any advice on this?
I was able to replicate this issue and am looking into it with you today. I agree with the reason that you provided.
TrumpTechieGuy should be able to provide the best answers whenever he is available next.
Which version of Ubuntu?
It should be able to work on the latest x64 with all current updates, but I agree that it does not. Please stand by.
What are the required dependencies?
Instructions with important commands?
This documentation is being drafted as we speak and will be published very soon.