You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I'm attempting to use this package on a Ubuntu 14.04 machine and receiving the following error:
module.js:597
return process.dlopen(module, path._makeLong(filename));
^
Error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/share/openhim-cert-updater/node_modules/x509/build/Release/x509.node)
at Error (native)
at Object.Module._extensions..node (module.js:597:18)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/openhim-cert-updater/node_modules/x509/index.js:1:74)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
Is there any way to eliminate this dependency or does anyone know a work around for this?
I understand if not. Thank you for your time.
The text was updated successfully, but these errors were encountered:
Hello. I'm attempting to use this package on a Ubuntu 14.04 machine and receiving the following error:
Is there any way to eliminate this dependency or does anyone know a work around for this?
I understand if not. Thank you for your time.
The text was updated successfully, but these errors were encountered: