"Error while loading shared librar...

Get help for specific problems
Posts: 1
Joined: 14 Feb 2012

krovas

RealtimeSync: error while loading shared libraries: libboost_thread.so.1.48.0:
cannot open shared object file: No such file or directory



Everything compiled okay, what can I do about this? Please advise.

Ubuntu 12.04 x64.
User avatar
Site Admin
Posts: 7279
Joined: 9 Dec 2007

Zenju

For some reason the RTS binary cannot find a required shared library - this is
a system error message, not RTS. You can either try to ensure that
"libboost_thread.so.1.48.0" is visible to RTS or compile statically:
make BUILD=release