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

Error running on Ubuntu 20.4 - can't find GLIBC_2.34 #296

Open
sprite1g opened this issue Mar 28, 2024 · 3 comments
Open

Error running on Ubuntu 20.4 - can't find GLIBC_2.34 #296

sprite1g opened this issue Mar 28, 2024 · 3 comments

Comments

@sprite1g
Copy link

Describe the bug
After downloading the linux64 archive and unzipping, the app fails to launch.

To Reproduce

  1. From command line (bash) in Ubuntu 20.4, go to directory of extracted zip file for the linux64 download.
  2. run $ ./tero
  3. Observe error message:
./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):

  • OS: Ubuntu
  • 20.4

Additional context
/lib/x86_64-linux-gnu/libc.so.6 file exists, but it points to version 2.31.

$ ls -l /lib/x86_64-linux-gnu/libc.so.6
*************** /lib/x86_64-linux-gnu/libc.so.6 -> libc-2.31.so
@URUWorks
Copy link
Owner

I am not a Linux user but the following can help?

sudo apt update
sudo apt install libc6

@sprite1g
Copy link
Author

sprite1g commented Apr 3, 2024

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).

@URUWorks
Copy link
Owner

URUWorks commented Apr 3, 2024

I suppose it depends on each Linux distro, Tero Subtitler is compiled in Linux Mint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants