node-db-mysql
node-db-mysql copied to clipboard
Symbol not found error on node 0.8.x
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.