Matthew
unread,Jun 23, 2010, 1:06:30 AM6/23/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
Hello,
I'm building my first node addon, which includes bindings for Berkeley
XML DB. The addon builds fine (on OS X 10.6) but when I try and run a
test js file, I get the follow error - any idea why?
$ node test.js
module:318
process.dlopen(filename, this.exports);
^
Error: dlopen(/Users/mattcg/Source/node_dbxml/binding.node, 1): Symbol
not found: __ZTIN5DbXml12XmlExceptionE
Referenced from: /Users/mattcg/Source/node_dbxml/binding.node
Expected in: flat namespace
in /Users/mattcg/Source/node_dbxml/binding.node
at Module._loadObjectSync (module:318:11)
at Module.loadSync (module:294:10)
at loadModule (module:241:16)
at require (module:364:12)
at Object.<anonymous> (/Users/mattcg/Source/node_dbxml/dbxml.js:
1:77)
at Module._compile (module:384:23)
at Module._loadScriptSync (module:393:8)
at Module.loadSync (module:296:10)
at loadModule (module:241:16)
at require (module:364:12)