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

Fixed glib compatibility by downgrading to Ubuntu 20 #1664

Merged
merged 1 commit into from Dec 12, 2022

Conversation

daniellockyer
Copy link
Member

fixes #1663

  • Ubuntu 22.04 ships with a newer glibc so the prebuilt binaries end up being linked to a more recent version, removing compatibility with systems that ship with older variants
  • this commit fixes that by downgrading the Ubuntu version

fixes #1663

- Ubuntu 22.04 ships with a newer glibc so the prebuilt binaries end up
  being linked to a more recent version, removing compatibility with
  systems that ship with older variants
- this commit fixes that by downgrading the Ubuntu version
@daniellockyer daniellockyer merged commit 57ce2d4 into main Dec 12, 2022
@daniellockyer daniellockyer deleted the ubuntu-version branch December 12, 2022 14:05
@maxballenger
Copy link

Hi, thanks for fixing. It looks like I'm getting hit by this in my project, but I'm not sure exactly how. I am pinned to an older version. This is what my yarn.lock has:

sqlite3@^5.0.2:
  version "5.0.8"
  resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.8.tgz#b4b7eab7156debec80866ef492e01165b4688272"
  integrity sha512-f2ACsbSyb2D1qFFcqIXPfFscLtPVOWJr5GmUzYxf4W+0qelu5MWrR+FAQE1d5IUArEltBrzSDxDORG8P/IkqyQ==
  dependencies:
    "@mapbox/node-pre-gyp" "^1.0.0"
    node-addon-api "^4.2.0"
    tar "^6.1.11"
  optionalDependencies:
    node-gyp "8.x"

I installed at about 14:35 GMT. Then I got this when trying to run on Ubuntu 18.04:

Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found

I'm thinking this will resolve soon as everything propagates through the pipelines, but I'm confused as to how I ended up getting a glibc 2.33 binary in the first place when I supposedly downloaded version 5.0.8.

Thanks!

@maxballenger
Copy link

Maybe the issue report is a better place for this comment...

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

Successfully merging this pull request may close these issues.

No longer working on Debian 11 because of glibc version
2 participants