TryGhost / node-sqlite3

SQLite3 bindings for Node.js
BSD 3-Clause "New" or "Revised" License
6.23k stars 817 forks source link

Error: /lib64/libm.so.6: version `GLIBC_2.29' not found #1730

Closed huashaoxu closed 11 months ago

huashaoxu commented 1 year ago

Issue Summary

Run the program in the Kylin v10 sp2 system and report an error at startup. Error message: Error: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /data/soft/geoops-sever/node_modules/sqlite3/lib/binding/napi-v6-linux-glibc-arm64/node_sqlite3.node)

glibc version: ldd (GNU libc) 2.28 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Roland McGrath and Ulrich Drepper.

Steps to Reproduce

yarn add sqlite , import it , new sqlite() , running program

Version

5.1.6

Node.js Version

16.20.1

How did you install the library?

kylin v10 sp2 , arm

alex-inflexible commented 12 months ago
node:internal/modules/cjs/loader:1210
  return process.dlopen(module, path.toNamespacedPath(filename));
                 ^
Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /var/www/.../node_modules/sqlite3/lib/binding/napi-v6-linux-glibc-x64/node_sqlite3.node)

I think the problem is the same! Any solutions?