The .so files for flirc (libs/linux_*) does not contain all the dependencies they need for "loading" through dlopen.
Noticed this when attempting to build a little web app in C# to interact with the device. Got forced to re-compile the arm64 linux version to make it work through the libflirc.a file with correct dependency tree.
Would it be possible for you to provide an updated version for all linux versions with correct dependency tree?
Check with "ldd" and you'll see the needed "libusb" is not listed.
The .so files for flirc (libs/linux_*) does not contain all the dependencies they need for "loading" through dlopen. Noticed this when attempting to build a little web app in C# to interact with the device. Got forced to re-compile the arm64 linux version to make it work through the libflirc.a file with correct dependency tree.
Would it be possible for you to provide an updated version for all linux versions with correct dependency tree?
Check with "ldd" and you'll see the needed "libusb" is not listed.