shibd commented on issue #299:
URL:
https://github.com/apache/pulsar-client-node/issues/299#issuecomment-1455365381
I reproduce the same problem with `node:17-alpine`, but not reproduced on
`node:18-alpine`
```
node:internal/modules/cjs/loader:1183
return process.dlopen(module, path.toNamespacedPath(filename));
^
Error: Error relocating
/test/node_modules/pulsar-client/lib/binding/Pulsar.node:
_ZSt28__throw_bad_array_new_lengthv: symbol not found
at Object.Module._extensions..node
(node:internal/modules/cjs/loader:1183:18)
at Module.load (node:internal/modules/cjs/loader:975:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:999:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous>
(/test/node_modules/pulsar-client/src/pulsar-binding.js:24:17)
at Module._compile (node:internal/modules/cjs/loader:1099:14)
at Object.Module._extensions..js
(node:internal/modules/cjs/loader:1153:10)
at Module.load (node:internal/modules/cjs/loader:975:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12) {
code: 'ERR_DLOPEN_FAILED'
}
Node.js v17.9.1
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]