On 12/18/2017 05:57 PM, Jeff Long wrote:
Your ldd says you're missing something:

    libboost_system.so.1.60.0 => not found

Since all the other boost versions are 1.64.0, something got linked wrong. That would cause the error you're seeing.

Most likely, there are stray boost libraries in the build path that are getting picked up by the linker, and then they're not in the runtime path. If you don't need the 1.60.0 files, hunt them down and get rid of them.
Thanks for the hint.

Turns out I had forgotten to rebuild gr-iqbal across an F24=>F27 upgrade, so it was linked against libraries that were no longer there, and gr-osmosdr was
  linked against it.



_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to