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.
On 12/18/2017 05:04 PM, Marcus D. Leech wrote:
On 12/18/2017 12:39 PM, Marcus D. Leech wrote:
Has anyone gotten gr-osmosdr to build and run properly on Fedora 27?
On my system, after an uneventful build, when I try to import osmosdr,
it runs immediately into an import error for __osmosdr_swig.
I thought at first it might be SoapySDR/LimeSuite interfering, so I
removed those, re-built gr-osmosdr without, and still the import error.
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
A followup, with traceback info:
LDD for _osmosdr_swig.so
http://www.ccera.ca/files/ldd_osmoswig_trace.txt
LDD for libgnuradio-osmosdr.so
http://www.ccera.ca/files/ldd_trace_osmosdr.txt
Python traceback:
http://www.ccera.ca/files/swig_osmo_traceback.txt
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio