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
Describe the bug After downloading the linux64 archive and unzipping, the app fails to launch.
To Reproduce
$ ./tero
./tero: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./tero)
Expected behavior App should run.
Current behavior Error is printed to command line.
Screenshots/Video N/A
Desktop (please complete the following information):
Additional context /lib/x86_64-linux-gnu/libc.so.6 file exists, but it points to version 2.31.
/lib/x86_64-linux-gnu/libc.so.6
$ ls -l /lib/x86_64-linux-gnu/libc.so.6 *************** /lib/x86_64-linux-gnu/libc.so.6 -> libc-2.31.so
The text was updated successfully, but these errors were encountered:
I am not a Linux user but the following can help?
sudo apt update sudo apt install libc6
Sorry, something went wrong.
I am not a Linux user but the following can help? sudo apt update sudo apt install libc6
That doesn't help, install says the latest version is already installed.
libc6 is already the newest version (2.31-0ubuntu9.14).
I suppose it depends on each Linux distro, Tero Subtitler is compiled in Linux Mint.
No branches or pull requests
Describe the bug
After downloading the linux64 archive and unzipping, the app fails to launch.
To Reproduce
$ ./tero
Expected behavior
App should run.
Current behavior
Error is printed to command line.
Screenshots/Video
N/A
Desktop (please complete the following information):
Additional context
/lib/x86_64-linux-gnu/libc.so.6
file exists, but it points to version 2.31.The text was updated successfully, but these errors were encountered: