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.
"Error while loading shared librar...
- Posts: 1
- Joined: 14 Feb 2012
- Site Admin
- Posts: 7279
- Joined: 9 Dec 2007
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
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