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

it doesn't work #33

Open
ded opened this issue Jul 26, 2011 · 2 comments
Open

it doesn't work #33

ded opened this issue Jul 26, 2011 · 2 comments

Comments

@ded
Copy link

ded commented Jul 26, 2011

    node.js:194
            throw e; // process.nextTick error, or 'error' event on first tick
                  ^
    Error: dlopen(/Users/dustin/workspace/twt/node_modules/sqlite/build/default/sqlite3_bindings.node, 1): Symbol not found: __ZN4node12EventEmitter20constructor_templateE
      Referenced from: /Users/dustin/workspace/twt/node_modules/sqlite/build/default/sqlite3_bindings.node
      Expected in: flat namespace
     in /Users/dustin/workspace/twt/node_modules/sqlite/build/default/sqlite3_bindings.node
        at Object..node (module.js:465:11)
        at Module.load (module.js:335:31)
        at Function._load (module.js:294:12)
        at Module.require (module.js:341:17)
        at require (module.js:352:17)
        at Object.<anonymous> (/Users/dustin/workspace/twt/node_modules/sqlite/sqlite.js:19:14)
        at Module._compile (module.js:420:26)
        at Object..js (module.js:459:10)
        at Module.load (module.js:335:31)
        at Function._load (module.js:294:12)

$ node -v
v0.5.3-pre

sqlite v 1.0.4

@ded
Copy link
Author

ded commented Jul 26, 2011

Try it yourself....

$ mkdir testapp
$ cd !$
$ npm install sqlite
$ touch app.js
// app.js
var sqlite = require('sqlite')
  , db = new sqlite.Database()
$ node app.js

baaaaaaaaaaaaaaaarrrrrrrffffffff

@soney
Copy link

soney commented Aug 11, 2011

Broken as of node v0.5.1, which seems to be the last numbered version with any mention of the EventEmitter library.

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

2 participants