mariano / node-db-oracle

Oracle database bindings for Node.js
http://nodejsdb.org
141 stars 34 forks source link

Mountain Lion installing #49

Open jcdalton2201 opened 11 years ago

jcdalton2201 commented 11 years ago

i've been trying to get this module to compile with OSX 10.8.2 I've tried both the 11.2 and 10.2 oracle lib and for both 32 and 64 bit but keep getting the same error. ld: warning: ignoring file /opt/instantclient//libnnz10.dylib, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): /opt/instantclient//libnnz10.dylib Undefined symbols for architecture i386: "_main", referenced from: start in crt1.10.6.o ld: symbol(s) not found for architecture i386

not sure where to go on this one.

hsunsnippet commented 11 years ago

The root cause is this: https://github.com/joyent/node/issues/3633