SRE Posted July 22 Report Posted July 22 I installed Flirc and flirc_util on raspberrypi5 (based on debian). The GUI doesn't lauch. When launching the command line: sudo flirc_util version I have the following message : flirc_util: error while loading shared libraries: libhidapi-hidraw.so.0: ELF load command address/offset not page-aligned What can/should I do to progress in executing flirc_util ? Quote
jason Posted July 23 Report Posted July 23 oh that’s so strange… How did you install it? With the deb package manager? Being that is a shared object, it’s not in the application. Can you try re-installing it? apt-get install libhidapi-dev libhidapi-hidraw0 libhidapi-libusb0 What is your architecture: `uname -a` Also, did you try the appimage version on the website? Quote
SRE Posted July 24 Author Report Posted July 24 I did installed following the command for debian based (https://flirc.com/ubuntu-software-installation-guide) curl apt.flirc.tv/install.sh | sudo bash I reinstalled as proposed `libhidapi-dev` `libhidapi-hidraw0` `libhidapi-libusb0` but flirc_util still does not work with the same issue. Here is my architecture executing `unname -a` : Linux raspberrypi5 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux What is the appimage version on the website that you propose ? Can you share the corresponding link ? Thanks Quote
frangipan Posted October 7 Report Posted October 7 There is a thread about this issue (different application) on the Raspberry Pi forums: https://forums.raspberrypi.com/viewtopic.php?t=358453 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.