Open probonopd opened 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
- https://travis-ci.org/AppImage/appimage.github.io/ builds/408907037#L651
- AppImage/appimage.github.io#744 https://github.com/AppImage/appimage.github.io/pull/744
— 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
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.
AppImage does not run, missing bundled library:
References