Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SHARE]ShareCoin - Pure POS - The only coin backed up by a real bussiness
by
melosine
on 01/06/2014, 19:08:57 UTC
I updated my system today and now I can't start the Sharecoin wallet anymore. I get the following error message on my Debian:

Code:
error while loading shared libraries: libboost_program_options.so.1.54.0: cannot open shared object file: No such file or directory

I feel like I've had this issue before but I can't seem to find a post related to it.

Edit: Tried recompiling the wallet. Got this:

Code:
/usr/bin/ld: cannot find -lboost_system-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_filesystem-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_program_options-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_thread-mgw48-mt-s-1_55
Makefile:296: recipe for target 'sharecoin-qt' failed

commented
Code:
BOOST_LIB_SUFFIX=-mgw48-mt-s-1_55
in the qt.pro. All is well.