Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Unable to load shared library. #92

Closed
collin opened this issue Feb 20, 2012 · 4 comments
Closed

Unable to load shared library. #92

collin opened this issue Feb 20, 2012 · 4 comments

Comments

@collin
Copy link

collin commented Feb 20, 2012

Seems similar to #85.

Im running on OS X (10.7 Lion) with zmq installed via homebrew.

make test

   test.exports.js 
node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
Error: Unable to load shared library ./zmq/binding.node
    at Object..node (module.js:472:11)
    at Module.load (module.js:348:31)
    at Function._load (module.js:308:12)
    at Module.require (module.js:354:17)
    at require (module.js:370:17)
    at Object.<anonymous> (./zmq/lib/index.js:8:11)
    at Module._compile (module.js:441:26)
    at Object..js (module.js:459:10)
    at Module.load (module.js:348:31)
    at Function._load (module.js:308:12)
make: *** [test] Error 1
@thepatrick
Copy link

I'm seeing this too with node 0.6.11, rolling back to node 0.6.10 resolves it (for now!)

@collin
Copy link
Author

collin commented Feb 21, 2012

@thepatrick thanks for the tip :)

@thepatrick
Copy link

Turns out this is due to a change from 0.6.10 to 0.6.11 (64-bit to 32-bit in the package) that will be addressed in 0.6.12 (being a fat 64/32-bit binary)

@collin
Copy link
Author

collin commented Feb 24, 2012

Thanks for figuring that one out, makes me feel better to know why.

@collin collin closed this as completed Feb 24, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants