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
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /builds/.../node_modules/sqlite3/lib/binding/napi-v6-linux-glibc-x64/node_sqlite3.node)
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
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