fuwaneko / node-protobuf

Google Protocol Buffers wrapper for Node.js [UNMAINTAINED]
181 stars 42 forks source link

Module fails with node 0.10.33 #57

Closed IanMeyers closed 8 years ago

IanMeyers commented 8 years ago

Hello,

Why I try to use node-protobuf under node 0.10.33, I get the following error, but on node 0.12.4 it's fine. any idea what I've done wrong?

dyld: lazy symbol binding failed: Symbol not found: _node_module_register
  Referenced from: /usr/local/lib/node_modules/node-protobuf/build/Release/protobuf.node
  Expected in: flat namespace

dyld: Symbol not found: _node_module_register
  Referenced from: /usr/local/lib/node_modules/node-protobuf/build/Release/protobuf.node
  Expected in: flat namespace

Trace/BPT trap: 5

Thx,

Ian

fuwaneko commented 8 years ago

You need to reinstall modules which use native bindings if you switch node version.

IanMeyers commented 8 years ago

Yep simples - thx