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

v1.3 - GLIBC_2.28' not found (required by ./plik/server/plikd) #331

Closed
EvilBMP opened this issue Oct 15, 2020 · 3 comments
Closed

v1.3 - GLIBC_2.28' not found (required by ./plik/server/plikd) #331

EvilBMP opened this issue Oct 15, 2020 · 3 comments
Assignees
Milestone

Comments

@EvilBMP
Copy link

EvilBMP commented Oct 15, 2020

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 in ldd (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?

@ziuras
Copy link

ziuras commented Oct 19, 2020

some question
but my version is (Debian GLIBC 2.19-18+deb8u10) 2.19

@camathieu
Copy link
Member

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.

@camathieu camathieu self-assigned this Oct 19, 2020
@camathieu camathieu added this to the 1.3.1 milestone Oct 19, 2020
@camathieu
Copy link
Member

camathieu commented Oct 21, 2020

This is worse than I thought, the cli client built with golang:1.15.2-alpine included in the docker image are linked against libc.musl-x86_64.so.1 and are not executable on more standard distros.

$bash ./plik
./plik: ./plik: cannot execute binary file
$file ./plik
./plik: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-x86_64.so.1, Go BuildID=3a4GrxyDbZK-jqGszyYC/7JQ7dVV6NUcBu_FdfpbW/q7IdfFZ1Jj6kRf5FWpx4/_3nc6pKSCim_4mWRBv3L, not stripped

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
Projects
None yet
Development

No branches or pull requests

3 participants