NTIA / gr-ltetrigger

GNU Radio out-of-tree module for triggering on LTE signal
Other
14 stars 13 forks source link

Cannot open shared object file error #3

Closed sinak closed 7 years ago

sinak commented 7 years ago

After installing, I get the following error when trying to run the example code

sina@ubuntu16:~/sdr/gr-ltetrigger/examples$ ./cell_search_file.py --help
Traceback (most recent call last):
  File "./cell_search_file.py", line 26, in <module>
    from ltetrigger import downlink_trigger_c, cellstore
  File "/usr/local/lib/python2.7/dist-packages/ltetrigger/__init__.py", line 28, in <module>
    from ltetrigger_swig import *
  File "/usr/local/lib/python2.7/dist-packages/ltetrigger/ltetrigger_swig.py", line 28, in <module>
    _ltetrigger_swig = swig_import_helper()
  File "/usr/local/lib/python2.7/dist-packages/ltetrigger/ltetrigger_swig.py", line 24, in swig_import_helper
    _mod = imp.load_module('_ltetrigger_swig', fp, pathname, description)
ImportError: libgnuradio-ltetrigger.so: cannot open shared object file: No such file or directory
djanderson commented 7 years ago

Did PR #4 fix this issue? If not you probably just need to sudo ldconfig.

sinak commented 7 years ago

4 didn't but sudo ldconfig did. Would you like me to add that to #4?

sinak commented 7 years ago

Ah looks like it's been merged already. Happy to open another.

djanderson commented 7 years ago

Sure, that'd be great.

sinak commented 7 years ago

The other package I needed (on a fresh ubuntu install) to get everything working was fftw-dev. Going to add that as well :).