node-db-mysql icon indicating copy to clipboard operation
node-db-mysql copied to clipboard

Symbol not found error on node 0.8.x

Open vivek-noisetoys opened this issue 12 years ago • 0 comments

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.

vivek-noisetoys avatar Nov 07 '12 21:11 vivek-noisetoys