BitShares Forum

Other => Graveyard => MemoryCoin => Topic started by: prophetx on December 26, 2013, 08:54:26 pm

Title: Linux: error while loading shared libraries: libboost_system.so.1.54.0
Post by: prophetx on December 26, 2013, 08:54:26 pm
getting this error on Ubuntu 13.1...

./memoryminer: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory


any idea what's up?
Title: Re: Linux: error while loading shared libraries: libboost_system.so.1.54.0
Post by: s4l1h on December 26, 2013, 09:14:40 pm
miner program need libboost package.

try command: apt-get install libboost-all-dev -y
Title: Re: Linux: error while loading shared libraries: libboost_system.so.1.54.0
Post by: prophetx on December 26, 2013, 09:54:21 pm
i had tried that still getting the same error
Title: Re: Linux: error while loading shared libraries: libboost_system.so.1.54.0
Post by: s4l1h on December 27, 2013, 12:01:03 am
Maybe this problem libboost version.


see this topic : https://bitsharestalk.org/index.php?topic=1608.0
Title: Re: Linux: error while loading shared libraries: libboost_system.so.1.54.0
Post by: FaSan on December 27, 2013, 12:25:07 pm
getting this error on Ubuntu 13.1...

./memoryminer: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory


any idea what's up?


Code: [Select]
sudo apt-get remove libboost*

sudo apt-get purge libboost*

sudo apt-get install libboost1.54-all-dev



FaSan