SDRPlay Independent Community Forum › Forums › General › How to use my RSPduo w/ Rpi-3 & command line? › Reply To: How to use my RSPduo w/ Rpi-3 & command line?
February 16, 2021 at 5:18 am
#1708
Anonymous
That is what it should do –
./Downloads/SdrGlut/sdrTest//sdrTest: error while loading shared libraries: libSoapySDR.so.0.6: cannot open shared object file: No such file or directory
Now when you rebuild the sdrglut and sdrTest you should get the correct routines from /usr/local/lib.
You can check for the correct routines with a
ldd ./sdrglut.x
ldd ./sdrTest
It should have a –
/usr/local/lib/libSoapySDR…
linked to it.
To get the RTL stick going – you will need to download and install –
librtlsdr and SoapyRTLSDR using cmake.