Error: Symbol krb5_module not found
91pavan opened this issue · 0 comments
91pavan commented
I'm following the sample provided in the spnego_async.js
file in samples directory - https://github.com/adaltas/node-krb5/blob/master/samples/spnego_async.js
When I include the krb5
module in my node app, I get the following error.
/home/cloud-user/test_node/node_modules/krb5/node_modules/bindings/bindings.js:83
throw e
^
Error: Symbol krb5_module not found.
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at bindings (/home/cloud-user/test_node/node_modules/krb5/node_modules/bindings/bindings.js:76:44)
at Object.<anonymous> (/home/cloud-user/test_node/node_modules/krb5/lib/index.js:6:27)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
I have installed libkrb5-dev
but still not able to get past this error. Did I miss something?