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

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by ./mcdex) on Ubuntu 18 LTS #54

Closed
jason-s-yu opened this issue Aug 22, 2020 · 1 comment

Comments

@jason-s-yu
Copy link

Hey folks.

Is it possible to get mcdex running on Ubuntu <=18LTS without having to build the latest version of libc from source? Ubuntu 18 only runs libc 2.27; 2.28 isn't available to install until version 19 or 20 natively.

$ ldd --version
ldd (Ubuntu GLIBC 2.27-3ubuntu1.2) 2.27
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
$ apt-cache policy libc6
libc6:
  Installed: 2.27-3ubuntu1.2
  Candidate: 2.27-3ubuntu1.2
  Version table:
 *** 2.27-3ubuntu1.2 500
        500 http://mirrors.digitalocean.com/ubuntu bionic-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
        100 /var/lib/dpkg/status
     2.27-3ubuntu1 500
        500 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 Packages

Thanks in advance

@dizzyd dizzyd closed this as completed in e0624aa Aug 23, 2020
@dizzyd
Copy link
Owner

dizzyd commented Aug 23, 2020

This should be resolved in v0.10.2. I changed linux to statically link in libc, which should enable this to work even on fairly old Ubuntu. I've validated it works on at least Ubuntu 18.04 LTS. Please let me know if you have any other issues.

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