JvanKatwijk / dabradio

little brother of Qt-DAB for use under Linux-x64, Windows and RPI2/3 (Obsolete, see qt-dab/dab-mini)
GNU General Public License v2.0
14 stars 3 forks source link

AppImage does not run, missing bundled library #3

Open probonopd opened 6 years ago

probonopd commented 6 years ago

AppImage does not run, missing bundled library:

error report libmir_sdr.so: cannot open shared object file: No such file or directory
OK, functions seem to be loaded
Parent pid 9901, child pid 9904

References

JvanKatwijk commented 6 years ago

The basic idea to test a sequence of devices on their availability. In case either the device is not available or the library for that device, control returns to the main program to check for the next.

That the sdrplay library is not available is on request of sdrplay: it is not an open source library

2018-07-27 13:45 GMT+02:00 probonopd notifications@github.com:

AppImage does not run, missing bundled library:

error report libmir_sdr.so: cannot open shared object file: No such file or directory OK, functions seem to be loaded Parent pid 9901, child pid 9904

References

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/dabradio/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwH94gZzpqHdJun3k9t_T0NgmI-Bdks5uKv08gaJpZM4VjXRr .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

probonopd commented 6 years ago

I see. In this case, would it be an option to use dlopen() to access the library, and display a dialog in case it is not available, describing where to get it from? I think in my case I would not even need it for my RTL2838U device, but as it stands, the application does not even launch.

Thanks for your great work.