Closed Flint4 closed 6 years ago
This generally means that it's linking to a non-package-installed version of librtlsdr, not the package-installed version
Thank you for the hint. I purged librtlsdr already multiple times and installed the version mentioned above. If I understand you correctly I have to look after remainings of librtlsdr after purge and kill them?
You need to remove the path that dpkg-shlibdeps mentions, which is a copy of the library which was manually installed at some point (not managed by a package)
e.g. on my (x86) system here, the librtlsdr0 package installs /usr/lib/x86_64-linux-gnu/librtlsdr.so.0.5.3
and /usr/lib/x86_64-linux-gnu/librtlsdr.so.0
only; it does not install /usr/lib/librtlsdr.so.0
. You can check which files are managed by the package by dpkg -L librtlsdr0
it does not install /usr/lib/librtlsdr.so.0
Thank you so much! I checked the package contents and it was like you are saying. After I removed /usr/lib/librtlsdr.so.0
it worked!
Thank you again for the help and for everything you are doing for the community!
Alex
Hi, I am facing an issue for which I can't find a solution by myself. I am running the latest Raspian Stretch release on my RPi2. I tried to buld dump1090-mutability v1.15-dev with
But building aborts with the error
I could not find any working solution with Google, that's why I post it here. Any ideas what to do? Is it related to Stretch?
Brgds, Alex