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

Version 5.1.5 requires GLIBC 2.29 ? #1690

Closed
chgeo opened this issue Mar 14, 2023 · 5 comments
Closed

Version 5.1.5 requires GLIBC 2.29 ? #1690

chgeo opened this issue Mar 14, 2023 · 5 comments
Assignees

Comments

@chgeo
Copy link

chgeo commented Mar 14, 2023

Issue Summary

With the new sqlite3 release v5.1.5, we get SQLite 3.41.1. During installation a SLES12 SP5 CI machine, we get an error though, saying that GLIBC 2.29 is not found.

Can you confirm this is intended, i.e. that GLIBC 2.29 is now required?

  • If yes, would be worth mentioning in the release notes
  • If no, can you fix by lowering the GLIBC requirements?

Relevant logs or output

/lib64/libm.so.6: version 'GLIBC_2.29' not found (required by .../node_modules/sqlite3/lib/binding/napi-v6-linux-glibc-x64/node_sqlite3.node)

Version

5.1.5

Node.js Version

16.13

How did you install the library?

npm install on Linux SLES12 SP5

@ashfaqhaq
Copy link

facing the same issue on builds on AWS. My current node version is 14.

@chgeo chgeo changed the title SQLite 3.41.1 requires GLIBC 2.29 ? Version 5.1.5 requires GLIBC 2.29 ? Mar 14, 2023
@daniellockyer
Copy link
Member

@chgeo Apologies - it seems the latest build included a link to a newer version of log2. I'm working on releasing a fix now (and will come up with a test to prevent this in the future)

@daniellockyer daniellockyer self-assigned this Mar 14, 2023
@chgeo
Copy link
Author

chgeo commented Mar 14, 2023

@daniellockyer Appreciated, thanks

@daniellockyer
Copy link
Member

Hey @chgeo + all, this should now be resolved in https://github.com/TryGhost/node-sqlite3/releases/tag/v5.1.6 🙂

@chgeo
Copy link
Author

chgeo commented Mar 14, 2023

Can confirm the new version works. Thanks!

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