MQTT-Explorer
MQTT-Explorer copied to clipboard
AppImage "No such file or directory" issue
Hi,
I am trying to run the Appimage version of this in a Chromebook Linux environment which is running Debian 10. When I try to run either the latest beta or the 0.3.5 release.,I get the following error:
/tmp/.mount_MQTT-E3Y4dQT/mqtt-explorer.bin: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
Does anyone else see this? Any idea how to address it?
Same problem here. Did you make any progress by now?
Does Chromebook require a separate build or would the standard .deb build work?
I've had a similar issue with MQTT-Explorer-0.4.0-beta4.AppImage on a Debian12 machine.
Installing the package libnss3 (see : https://packages.debian.org/fr/bookworm/libnss3 ) via apt install libnss3
solved the issue in my particular configuration.
I'm guessing there might be a dependency of MQTT Explorer missing in the AppImage.