We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm running Ubuntu 24, and when running the AppImage, I get the following output:
/bin/sh: /tmp/.mount_LibreSR3Pfkz/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/sh) /bin/sh: /tmp/.mount_LibreSR3Pfkz/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/sh) /bin/sh: /tmp/.mount_LibreSR3Pfkz/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/sh) /bin/sh: /tmp/.mount_LibreSR3Pfkz/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/sh) /tmp/.mount_LibreSR3Pfkz/AppRun: line 4: 514402 Segmentation fault (core dumped) LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${APPDIR}/lib" LD_PRELOAD="$(ldconfig -p | grep "libstdc++\..*x86-64" | awk -F '=> ' 'NF>1{ sub(/ .*/,"",$NF); print $NF }' | head -n 1):$(ldconfig -p | grep "libm\..*x86-64" | awk -F '=> ' 'NF>1{ sub(/ .*/,"",$NF); print $NF }' | head -n 1):$(ldconfig -p | grep "libc\..*x86-64" | awk -F '=> ' 'NF>1{ sub(/ .*/,"",$NF); print $NF }' | head -n 1):$(ldconfig -p | grep "librt\..*x86-64" | awk -F '=> ' 'NF>1{ sub(/ .*/,"",$NF); print $NF }' | head -n 1)" "${APPDIR}/librescore" "$@"
However, running ldd --version returns ldd (Ubuntu GLIBC 2.39-0ubuntu8.2) 2.39.
ldd --version
ldd (Ubuntu GLIBC 2.39-0ubuntu8.2) 2.39
Basically, the application doesn't run, citing missing libraries that do exist.
The text was updated successfully, but these errors were encountered:
Wrong repository, duplicate of LibreScore/app-librescore#56
Sorry, something went wrong.
No branches or pull requests
I'm running Ubuntu 24, and when running the AppImage, I get the following output:
However, running
ldd --version
returnsldd (Ubuntu GLIBC 2.39-0ubuntu8.2) 2.39
.Basically, the application doesn't run, citing missing libraries that do exist.
The text was updated successfully, but these errors were encountered: