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

Deb package linked against newer version of glibc #47

Closed
alanchrt opened this issue Mar 22, 2021 · 1 comment
Closed

Deb package linked against newer version of glibc #47

alanchrt opened this issue Mar 22, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@alanchrt
Copy link

alanchrt commented Mar 22, 2021

I'm not totally sure how rust even compiles/links binaries, but I just noticed that on a fresh install of the *.deb release, I get the following:

rbw: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by rbw)

I'm assuming this means rbw was built against glibc 2.33, and since I only have 2.31, it's failing at runtime?

❯ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.2 LTS
Release:        20.04
Codename:       focal
❯ dpkg -l | grep libc6
ii  libc6:amd64                                2.31-0ubuntu9.2                          amd64        GNU C Library: Shared libraries
ii  libc6:i386                                 2.31-0ubuntu9.2                          i386         GNU C Library: Shared libraries
ii  libc6-dbg:amd64                            2.31-0ubuntu9.2                          amd64        GNU C Library: detached debugging symbols
ii  libc6-dev:amd64                            2.31-0ubuntu9.2                          amd64        GNU C Library: Development Libraries and Header Files
@doy doy added the bug Something isn't working label Apr 17, 2021
@doy
Copy link
Owner

doy commented Apr 18, 2021

this should be fixed in version 1.2.0, and should hopefully stop happening in the future (i have moved to statically linked binaries to sidestep the whole glibc versioning issue entirely)

@doy doy closed this as completed Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants