ericallam commented on PR #282:
URL: 
https://github.com/apache/pulsar-client-node/pull/282#issuecomment-1381722708

   I pulled down your repository and followed your directions and I got this 
error (using Node.js v18.12.1)
   
   ```
   node:internal/modules/cjs/loader:1243
     return process.dlopen(module, path.toNamespacedPath(filename));
                    ^
   
   Error: 
dlopen(/Users/eric/code/triggerdotdev/pulsar/pulsar-node-oauth2-ssl-test/node_modules/shibaodi-pulsar-client/lib/binding/Pulsar.node,
 0x0001): symbol not found in flat namespace (_kSecAttrLabel)
       at Module._extensions..node (node:internal/modules/cjs/loader:1243:18)
       at Module.load (node:internal/modules/cjs/loader:1037:32)
       at Module._load (node:internal/modules/cjs/loader:878:12)
       at Module.require (node:internal/modules/cjs/loader:1061:19)
       at require (node:internal/modules/cjs/helpers:103:18)
       at Object.<anonymous> 
(/Users/eric/code/triggerdotdev/pulsar/pulsar-node-oauth2-ssl-test/node_modules/shibaodi-pulsar-client/src/pulsar-binding.js:24:17)
       at Module._compile (node:internal/modules/cjs/loader:1159:14)
       at Module._extensions..js (node:internal/modules/cjs/loader:1213:10)
       at Module.load (node:internal/modules/cjs/loader:1037:32)
       at Module._load (node:internal/modules/cjs/loader:878:12) {
     code: 'ERR_DLOPEN_FAILED'
   }
   ```
   
   I tried using Node.js v16.19.0 as well but got the same error.


-- 
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]

Reply via email to