layer2 icon indicating copy to clipboard operation
layer2 copied to clipboard

libavrocpp.so.1.8.2.0: cannot open shared object file: No such file or directory

Open muffeeee opened this issue 7 years ago • 0 comments

DId everything according to the instructions, twice.

After installing, I get this error when attempting to require('layer2'):

  return process.dlopen(module, path._makeLong(filename));
                 ^

Error: libavrocpp.so.1.8.2.0: cannot open shared object file: No such file or di
    at Object.Module._extensions..node (module.js:681:18)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)
    at /root/node_modules/layer2/lib/utils.js:26:10
    at Object.<anonymous> (/root/node_modules/layer2/lib/utils.js:27:3)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)

I'm running nodejs v8.11.3 on Debian 8.10.

muffeeee avatar Jun 16 '18 20:06 muffeeee