This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using nrf51 in Linux / problem with outdated libboost1.54

I wanted to test nrf51-ble-driver_linux_0.5.0 in the latest Ubuntu, but got this problem:

... OSError: libboost_thread.so.1.54.0: cannot open shared object file: No such file or directory

This is because Ubuntu has 1.55 version and old version cannot be installed

$ locate libboost_thread /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.55.0

Can we have newer binary? Shall/Can I build needed binary myself?

Regards, Andrei

Related