Hi!
I have a strange problem with my Linux system. I want to build GNU Radio
3.5 on Arch Linux. The first thing I install is UHD:
~ ᐅ uhd_find_devices
uhd_find_devices: error while loading shared libraries: libuhd.so.003:
cannot open shared object file: No such file or directory
Now I navigate into my UHD build folder:
~/source/UHD-Mirror/host/build (master ✘)✭ ᐅ ./utils/uhd_find_devices
linux; GNU C++ version 4.6.2 20120120 (prerelease); Boost_104800;
UHD_003.002.003-e83c35c
No UHD Devices Found
- so the build is sane and works fine. However it seems the “sudo make
install” failed.
~/source/UHD-Mirror/host/build (master ✘)✭ ᐅ ls /usr/local/lib | grep
uhd
libgnuradio-uhd-3.5.2git.so
libgnuradio-uhd-3.5.2git.so.0
libgnuradio-uhd-3.5.2git.so.0.0.0
libgnuradio-uhd.so
libuhd.so
libuhd.so.003
libuhd.so.003.002
Does somebody know what the issue is? I assume on of the libraries in
/usr/share/lib is misplaced. Maybe from an older installation. How can I
track this issue? GR 3.5 builds incompletely due to this.
Best,
Marius