Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error executing example flowgraphs - libgnuradio-tempest.so.1.0.0:cannot open shared object file #28

Open
Hammie5150 opened this issue Aug 13, 2024 · 5 comments

Comments

@Hammie5150
Copy link

I have installed and compiled gr-tempest without errors. When I try to run any of the example flowgraphs, I get:

File "/usr/local/lib/python3.10/dist-packages/gnuradio/tempest/init.py", line 18, in
from .tempest_python import *
ImportError: libgnuradio-tempest.so.1.0.0: cannot open shared object file: No such file or directory

I cannot find any reference to this error or this library. Stock GNU flowgraphs run without issue. Any help is appreciated.

@git-artes
Copy link
Owner

Hi. You probably forgot to execute
$ sudo ldconfig
in your terminal.

@Hammie5150
Copy link
Author

Thanks for the reply. That command did not resolve the issue.

@git-artes
Copy link
Owner

Mmmm... Other questions: Is libgnuradio-tempest.so.1.0.0 anywhere on your system? Did you "$sudo make install"?

@Hammie5150
Copy link
Author

Hammie5150 commented Aug 15, 2024

Yes, libgnuradio-tempest.so.1.0.0 is on the system under /etc/lib/. Yes, I did the make install after the build per the build/installation instructions.

@git-artes
Copy link
Owner

That's not the typical place for the shared libraries to be located at, maybe that's the problem. In my system it is located at /usr/local/lib/x86_64-linux-gnu/.

Maybe you could edit /etc/ld.so.conf so that it includes /etc/lib/?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants