-
Notifications
You must be signed in to change notification settings - Fork 170
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
v1.3 - GLIBC_2.28' not found (required by ./plik/server/plikd) #331
Comments
some question |
Last binaries were built using Fedora 31 w/ glibc 2.30. We'll release 1.3.1 using travis CI and and older system version. |
This is worse than I thought, the cli client built with
|
camathieu
pushed a commit
to camathieu/plik
that referenced
this issue
Oct 22, 2020
camathieu
pushed a commit
to camathieu/plik
that referenced
this issue
Oct 22, 2020
camathieu
pushed a commit
to camathieu/plik
that referenced
this issue
Oct 22, 2020
camathieu
pushed a commit
to camathieu/plik
that referenced
this issue
Oct 22, 2020
camathieu
pushed a commit
to camathieu/plik
that referenced
this issue
Oct 22, 2020
camathieu
pushed a commit
to camathieu/plik
that referenced
this issue
Oct 23, 2020
camathieu
pushed a commit
to camathieu/plik
that referenced
this issue
Oct 23, 2020
camathieu
pushed a commit
to camathieu/plik
that referenced
this issue
Oct 23, 2020
camathieu
pushed a commit
to camathieu/plik
that referenced
this issue
Oct 23, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wanted to try the latest release, but the server executable complaints about the installed glibc version.
./plik/server/plikd: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.28' not found (required by ./plik/server/plikd)`I checked the GLIBC on my Ubuntu 18.04 LTS via
ldd --version
which results inldd (Ubuntu GLIBC 2.27-3ubuntu1.2) 2.27
Is GLIBC v2.28 for v1.3 of plik really necessary or was the binary only built on a newer CI system?
The text was updated successfully, but these errors were encountered: