Skip to content
New issue

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

Application doesn't launch on Ubuntu 24 #73

Closed
MM4096 opened this issue Jul 15, 2024 · 1 comment
Closed

Application doesn't launch on Ubuntu 24 #73

MM4096 opened this issue Jul 15, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists invalid This doesn't seem right

Comments

@MM4096
Copy link

MM4096 commented Jul 15, 2024

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.

Basically, the application doesn't run, citing missing libraries that do exist.

@PeterNjeim
Copy link
Member

Wrong repository, duplicate of LibreScore/app-librescore#56

@PeterNjeim PeterNjeim closed this as not planned Won't fix, can't repro, duplicate, stale Jul 16, 2024
@PeterNjeim PeterNjeim added duplicate This issue or pull request already exists invalid This doesn't seem right labels Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants