You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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)
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?
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
The text was updated successfully, but these errors were encountered: