Debian Sid, sdrplay API 3.12 vs 3.14 #1312
kobusjooste
started this conversation in
General
Replies: 1 comment 2 replies
-
Well then compile SDR++ from source as well? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I'm 99% sure I'm following the build instructions correctly.
I'm on Debian SID and I have all the required libraries and dev packages installed. I'm able to successfully cmake, make and make install.
My problem is with the SDRplay module. Upon running I get:
[ERROR] Couldn't load /usr/lib/sdrpp/plugins/sdrplay_source.so: libsdrplay_api.so.3.12: cannot open shared object file: No such file or directory
I have API version 3.14 installed, but sdr++ insists on requiring 3.12. I can't find where this is hardcoded in the code.
I have even tried to fool it with symlinks but nothing works. (symlinking 3.12 to the 3.14)
FYI I have SDRAngel and a number of other packages correctly compiled from source and installed with SDRPlay support so I'm inclined to believe that my system is set up correctly.
Any ideas on how to get SDRPlusPlus working with the newest SDRPlay API version 3.14?
Thanks,
Koos
Beta Was this translation helpful? Give feedback.
All reactions