Service Error after update
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 12
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
After your recent update i am getting this error;
[error] 25-Jun-2025 11:21:25 undefined undefined "uncaughtException: /lib64/libc.so.6: version GLIBC_2.32' not found (required by /project/user-app/node_modules/ibm_db/build/Release/../../installer/clidriver/lib/libdb2.so.1)\nError: /lib64/libc.so.6: version GLIBC_2.32' not found (required by /project/user-app/node_modules/ibm_db/build/Release/../../installer/clidriver/lib/libdb2.so.1)\n at Module._extensions..node (node:internal/modules/cjs/loader:1651:18)\n at Module.load (node:internal/modules/cjs/loader:1275:32)\n at Module._load (node:internal/modules/cjs/loader:1096:12)\n at Module.require (node:internal/modules/cjs/loader:1298:19)\n at require (node:internal/modules/helpers:182:18)\n at bindings (/project/user-app/node_modules/bindings/bindings.js:112:48)\n at Object.<anonymous> (/project/user-app/node_modules/ibm_db/lib/odbc.js:57:31)\n at Module._compile (node:internal/modules/cjs/loader:1529:14)\n at Module._extensions..js (node:internal/modules/cjs/loader:1613:10)\n at Module.load (node:internal/modules/cjs/loader:1275:32)"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the reported loading path in node_modules/ibm_db/lib/odbc.js and the bundled installer/clidriver/lib/libdb2.so.1 referenced by the error. Reproduce the failure on the affected system and inspect the GLIBC_2.32 requirement. Done means the driver loads successfully without the libc version error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100