Update from 4.3 to 4.4 on chromebook
I'm trying to update musescore so I can get the new drum line sounds but I keep getting the same error message.
findlib: libjack.so.0: cannot open shared object file: No such file or directory
/home/spencerdylan855/MuseScore-Studio-4.4.1.242490810-x86_64.AppImage: Using fallback for library 'libjack.so.0'
/lib/x86_64-linux-gnu/libnss3.so
/lib/x86_64-linux-gnu/libwayland-client.so.0
/tmp/.mount_MuseScNqnTsx/bin/mscore4portable: error while loading shared libraries: libOpenGL.so.0: cannot open shared object file: No such file or directory
does anyone know what this means
Comments
This means that
libOpenGL.so.0
is not found on your system, nor in the AppImage. Based on what I find on the internet, it might work to install it by runningIn reply to This means that libOpenGL.so… by cbjeukendrup
Shouldn't it or couldn't it be made part of the AppImage?
We have a potential solution: see https://github.com/musescore/MuseScore/issues/24228#issuecomment-234469….
You'll need to log in with a GitHub account to download these 'artifacts'; then run the AppImages inside the downloaded folders, by making them executable first (
chmod +x
) and then just running them (no need to install).