MQTT-Explorer
MQTT-Explorer copied to clipboard
Arm71.AppImage won’t run at Bookworm
Hi,
I’ll try install at RPi4 with Bookworm and get this error meassage.
No hint witch file ar missing.
regards
try making the file executable
https://www.warp.dev/terminus/chmod-x
try making the file executable
https://www.warp.dev/terminus/chmod-x
Thx for the hint but I’ll do all this before I open the issue Regards
Try
dpkg-architecture | grep DEB_BUILD_ARCH
What does it say?
Try the new pre-release. https://github.com/thomasnordquist/MQTT-Explorer/releases/tag/untagged-e7d548242077decf9893 with an image built for your arch.
Can you try the latest image (beta4)
TestPaul999 @.***> schrieb am Mo., 13. Mai 2024, 13:25:
Nothing Gescanntes Dokument 2024-05-13 um 13.23.54.pdf https://github.com/thomasnordquist/MQTT-Explorer/files/15293620/Gescanntes.Dokument.2024-05-13.um.13.23.54.pdf
— Reply to this email directly, view it on GitHub https://github.com/thomasnordquist/MQTT-Explorer/issues/777#issuecomment-2107320998, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB25FGOYHJYVQ4L4J6XNR4DZCCPI7AVCNFSM6AAAAABGMUVVHKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBXGMZDAOJZHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
This will not run.
Same error
@testpaul999 Can you successfully run other AppImages?
What's the output if you run uname -a
Just to add my thanks, the 64bit app image loads on my pi5 once I install libfuse2
with sudo apt install libfuse2
uname -a
Linux pi5sd256gb 6.6.28+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) aarch64 GNU/Linux
Error seen:
Downloads/MQTT-Explorer-0.4.0-beta.6-arm64.AppImage
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
Proof ;)
@testpaul999 Can you successfully run other AppImages?
What's the output if you run
uname -a
And yes the arm64 will run with this extract way. 👍🏻
Thx