-
-
Notifications
You must be signed in to change notification settings - Fork 823
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
No longer working on Debian 11 because of glibc version #1663
Comments
Can confirm, same issue for me after upgrading to 5.1.3 If this GLIBC bump is intended and not a bug, it would be really helpful if such changes would not be done in a patch version of |
Hello, I have the same problem with official docker images. It worked fine with sqlite3 version 5.1.2 but version 5.1.3 throws the following error:
|
+1 |
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
Hi all! I am aware of this issue - currently testing CI on Ubuntu 20 and then I'll do another release soon 🙂 |
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
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:
I installed at about 14:35 GMT. Then I got this when trying to run on Ubuntu 18.04:
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! |
OK it looks like I likely have some kind of problem with a different version of |
The issue should now be fixed in v5.1.4. Apologies for that - it seems |
I confirm it works. 👏 |
Issue Summary
Steps to Reproduce
node-sqlite3 stopped working withe the current 5.1.3 release on latest debian stable (11-bullseye) and Ubuntu 20.04 (focal-fossa),
both only have glibc 2.31 installed (but both are stable/LTS and still supported for a long time)
Not sure if this is intended? The ci build uses Ubuntu 22 which has a newer glibc version
Version
5.1.3
Node.js Version
18.12.1
How did you install the library?
npm on Debian 11
The text was updated successfully, but these errors were encountered: