add error related to LD_LIBRARY_PATH

main
Jean-Michel Friedt 2024-05-20 11:07:46 +02:00
parent 2cb2213ba0
commit 9fe68a30e7
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ where the ``LD_LIBRARY_PATH`` setting results from
find /usr/local/ -name libgnuradio-m17.so.1.0.0 -print
```
to solve any issue related to ``ImportError: libgnuradio-m17.so.1.0.0: cannot open shared object file: No such file or directory``
(which means that ``/usr/local`` is not part of the GNU Radio Companion paths)
When running the flowgraph found in ``examples`` with ``gnuradio-companion ../examples/m17_streamer.grc``
<img src="examples/m17_streamer.png">