That's not my experience. On a vanilla install of ubuntu on ec2, I get
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: `/home/dror/tmp/bundle/server/node_modules/fibers/bin/linux-ia32-v8-3.7/fibers.node`
is missing. Try reinstalling `node-fibers`?
at Object.<anonymous>
(/home/dror/tmp/bundle/server/node_modules/fibers/fibers.js:13:8)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)
at Module.load (module.js:348:32)
at Function._load (module.js:308:12)
at Module.require (module.js:354:17)
at require (module.js:370:17)
at Object.<anonymous> (/home/dror/tmp/bundle/server/server.js:3:1)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)
node v0.6.12
So I'm curious how you have fibers working without installing it explicitly.