Open MykolaMorhun opened 3 years ago
I was trying to run mStream on my Linux server via AppImage, but it failed to run.
https://mstream.io/server
Linux Arm 32
mStream-Server-5.7.2-armv7l.AppImage
It fails with:
./mStream-Server-5.7.2-armv7l.AppImage: error while loading shared libraries: libz.so: cannot open shared object file: No such file or directory
$ cat /etc/os-release
NAME="Ubuntu" VERSION="20.04.3 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Armbian 21.08.1 Focal" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal
Packages zlib1g and libzadc4 installed on the system:
zlib1g
libzadc4
$ dpkg-query -L zlib1g /. /lib /lib/arm-linux-gnueabihf /lib/arm-linux-gnueabihf/libz.so.1.2.11 /usr /usr/share /usr/share/doc /usr/share/doc/zlib1g /usr/share/doc/zlib1g/changelog.Debian.gz /usr/share/doc/zlib1g/copyright /lib/arm-linux-gnueabihf/libz.so.1
$ dpkg-query -L libzadc4 /. /usr /usr/lib /usr/lib/arm-linux-gnueabihf /usr/lib/arm-linux-gnueabihf/genwqe /usr/lib/arm-linux-gnueabihf/libzADC.so.4.0.18 /usr/share /usr/share/doc /usr/share/doc/libzadc4 /usr/share/doc/libzadc4/changelog.Debian.gz /usr/share/doc/libzadc4/copyright /usr/lib/arm-linux-gnueabihf/genwqe/libz.so.1 /usr/lib/arm-linux-gnueabihf/libzADC.so.4
I was trying to run mStream on my Linux server via AppImage, but it failed to run.
Steps to reproduce
https://mstream.io/server
Linux Arm 32
mStream-Server-5.7.2-armv7l.AppImage
It fails with:
System
Additional info
Packages
zlib1g
andlibzadc4
installed on the system: