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

Daemon issue: undefined symbol: ev_default_fork #27

Closed
DTrejo opened this issue Feb 14, 2011 · 3 comments
Closed

Daemon issue: undefined symbol: ev_default_fork #27

DTrejo opened this issue Feb 14, 2011 · 3 comments

Comments

@DTrejo
Copy link

DTrejo commented Feb 14, 2011

First off, thanks for forever, I've been using it for months with no problems whatsoever. I just updated to 0.4.0 and now I'm getting this error. I tried to repro on my mac, but I couldn't. What could be going on? Should I just re-image the machine and try again?

Thanks,
David

$ forever start hackharder.js 
node: symbol lookup error:     /usr/local/lib/node/.npm/daemon/0.3.0/package/build/default/daemon.node: undefined symbol: ev_default_fork
$ node --version
v0.4.0
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 10.04.1 LTS
Release:    10.04
Codename:   lucid
@indexzero
Copy link
Member

Can you try:

  npm uninstall forever daemon
  npm cache clean
  npm install forever

And post the output from that? I'm not really sure but I want to make sure that daemon actually compiles using node-waf.

@DTrejo
Copy link
Author

DTrejo commented Feb 14, 2011

Thanks indexzero, I reimaged the machine and things started working again. Thanks for making forever :)

@indexzero
Copy link
Member

Sweet. Check out the v0.4.0 branch ... lots of good stuff coming in there over the next 48 hrs

This issue was closed.
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