mariano / node-db-mysql

MySQL database bindings for Node.js
http://nodejsdb.org
150 stars 30 forks source link

Symbol not found error on node 0.8.x #88

Open vivek-noisetoys opened 11 years ago

vivek-noisetoys commented 11 years ago

I upgraded my node version to 0.8.14, but am now seeing this error when trying to run:

dyld: lazy symbol binding failed: Symbol not found: _mysql_init Referenced from: /Users/mtrivedi/code/heroku-node/node_modules/db-mysql/build/Release/mysql_bindings.node Expected in: flat namespace

Researching the issue shows this is usually tied to 32/64-bit arch issues, but I have confirmed everything is built properly 64-bit.