-
-
Notifications
You must be signed in to change notification settings - Fork 848
Closed
Labels
Description
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
lior1503, ashfaqhaq and Rafath21