node-db-oracle
node-db-oracle copied to clipboard
Error running on node 0.10 -- undefined symbol: ev_default_loop_ptr
I get the following error when I try to use db-oracle on node 0.10 (but don't get the error on node 0.8.22):
module.js:356
Module._extensions[extension](this, filename);
^
Error: .../node_modules/db-oracle/build/Release/oracle_bindings.node: undefined symbol: ev_default_loop_ptr
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 Object.
+1
Any news on this one? We'd love to use this with node 0.10
same error on db-mysql...
And same problem with node-expat
I just rebuild the on 0.10 to resolve this issue.
Rolling back to node v0.8.23 was the only way I could avoid this error. Here are some other symbols that need to be updated
ev_ref is deprecated, use uv_ref
ev_unref is deprecated, use uv_unref