tblobaum / rconsole

"syslog.h" bindings for node.js with a revised console module
MIT License
54 stars 10 forks source link

not working with node v0.10.0 #1

Closed chrisdew closed 11 years ago

chrisdew commented 11 years ago

Thanks for writing a great module.

It works fine with node v0.8.x, but when I tried the latest release of node, I received the following error:

/home/chris/myapp/node_modules/rconsole/node_modules/bindings/bindings.js:83
        throw e
              ^
Error: Symbol syslog_module not found.
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at bindings (/home/chris/myapp/node_modules/rconsole/node_modules/bindings/bindings.js:76:44)
    at Object.<anonymous> (/home/chris/myapp/node_modules/rconsole/rconsole.js:26:35)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)

I have tried deleting the node_modules directory and running npm install again.

Reinstalling node v0.8.17 makes it work again.

rngadam commented 11 years ago

seeing the same problem. This is for rconsole 0.1.8 with node v0.10.0

chrisdew commented 11 years ago

still happens with node v0.10.4

brekk commented 11 years ago

Hi there,

I'm experiencing the same issues using v.0.10.4 — is this project being actively developed?

I've found other syslog libraries which appear to work inconsistently (only sending logs occasionally or not at all), and I'd love to return to using this module, but with the newest version of node.

Is this problem being resolved, or would I be better served looking elsewhere?

Thanks,

Brekk

chrisdew commented 11 years ago

Any news on this?

tblobaum commented 11 years ago

I'm still on node v0.8.x and I haven't had a chance to solve this.

On Mon, Jun 3, 2013 at 9:05 AM, Chris Dew notifications@github.com wrote:

Any news on this?

— Reply to this email directly or view it on GitHubhttps://github.com/tblobaum/rconsole/issues/1#issuecomment-18843285 .

ntr-808 commented 11 years ago

check out https://github.com/tblobaum/rconsole/pull/3 for a quick fix

Meekohi commented 11 years ago

Quick fix worked for me!

tblobaum commented 11 years ago

fixed in v0.2.0