Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to load sqlite3 for node v0.6.11 #9

Open
campherkurt opened this issue May 31, 2012 · 0 comments
Open

Unable to load sqlite3 for node v0.6.11 #9

campherkurt opened this issue May 31, 2012 · 0 comments

Comments

@campherkurt
Copy link

Tried loading sqlite3 via the shell, is there something that i have missed.
Installed sqlite3 via npm (not global):

kurt-camphers-MacBook-Pro:node_campfire kurtcampher$ node

var sql = require('sqlite3');
Error: Unable to load shared library /Users/kurtcampher/Projects/personal/node/node_campfire/node_modules/sqlite3/lib/sqlite3_bindings.node
at Object..node (module.js:472:11)
at Module.load (module.js:348:31)
at Function._load (module.js:308:12)
at Module.require (module.js:354:17)
at require (module.js:370:17)
at Object. (/Users/kurtcampher/Projects/personal/node/node_campfire/node_modules/sqlite3/lib/sqlite3.js:1:104)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)
at Module.load (module.js:348:31)
at Function._load (module.js:308:12)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant