node-hash-ring icon indicating copy to clipboard operation
node-hash-ring copied to clipboard

undefined symbol: ev_default_loop_ptr on node 0.10

Open roddik opened this issue 12 years ago • 1 comments

On node 0.10.5 require('hash_ring') fails with

module.js:356
  Module._extensions[extension](this, filename);
                               ^
Error: /tmp/hr/node_modules/hash_ring/build/Release/hash_ring.node: undefined symbol: ev_default_loop_ptr
    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 Object.<anonymous> (/tmp/hr/node_modules/hash_ring/index.js:1:80)
    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)
    at Module.require (module.js:364:17)

Works fine with 0.8.23

roddik avatar May 21 '13 09:05 roddik

Looks like the "hashring" module would be a usable substitute: https://npmjs.org/package/hashring

JulesAU avatar May 29 '13 15:05 JulesAU