-
Notifications
You must be signed in to change notification settings - Fork 184
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
SoapySDRUtil: symbol lookup error #155
Comments
since |
As mentioned above, this was done on a freshly installed system. The only files came from "SDRplay_RSP_API-Linux-2.11.1.run" (downloaded a few days ago from the Website) and the files cloned from github as described in the Non-Windows-Flow.pdf. Due to another showstopper in gqrx, I wiped the disk and freshly installed Xubuntu 16.04.3 LTS on that system. Same procedure as before (installing gqrx from the repos, installing the API file, compiling according to the PDF). Again, no obvious errors. This time, I get another symbol error:
Progress? Thank you for your help. |
So it looks like you are installing two different versions of SoapySDR at the same time, one from the package manager (apt-get) as seen by the prints above ( From the verbose above it looks like soapysdrplay compiled against the source based install in /usr/local, but its being loaded by the binary install in /usr/. Can you make sure only one version of SoapySDR is installed and recompile SoapySDRPlay against that one version? |
Looks like this is basically a duplicate issue, the errors change because the development branch has moved on from the previous release, but the cause is basically the same: pothosware/SoapyRemote#31 Essentially the gist of it is:
|
Yes, you're right. I didn't realized that. Thanks |
I want to use an SDRPlay RSP 2 (USB ID 1df7:3010) with gqrx under Lubuntu 17.10.
I've started with a fresh install of Lubuntu 17.10 and installed gqrx as described here.
I've then followed the steps outlined in http://www.sdrplay.com/docs/SDRplay_non_Windows_Flow.pdf
I've downloaded and run: SDRplay_RSP_API-Linux-2.11.1.run
Then I compiled SoapySDR and SoapySDRPlay as described in the PDF.
There weren't any obvious error messages during compilation (see attached log).
However the installation tests fail with the following error message:
Any hints?
compilelog.txt
The text was updated successfully, but these errors were encountered: