node-oracle icon indicating copy to clipboard operation
node-oracle copied to clipboard

run on centerOs error of undefined symbol

Open nxycdl opened this issue 11 years ago • 0 comments

[root@localhost node_modules]# cd oracle [root@localhost oracle]# node-gyp conigure build gyp info it worked if it ends with ok gyp info using [email protected] gyp info using [email protected] | linux | ia32 gyp info spawn make gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] make: Entering directory /home/sendMessage/node_modules/oracle/build' make: Nothing to be done forall'. make: Leaving directory `/home/sendMessage/node_modules/oracle/build' gyp info ok [root@localhost oracle]# cd .. [root@localhost node_modules]# cd .. [root@localhost sendMessage]# node app.js module.js:349 Module._extensions[extension](this, filename); ^ Error: /home/sendMessage/node_modules/oracle/build/Release/oracle_bindings.node: undefined symbol: _ZN4node12MakeCallbackEN2v86HandleINS0_6ObjectEEENS1_INS0_8FunctionEEEiPNS1_INS0_5ValueEEE at Module.load (module.js:349:32) at Function.Module._load (module.js:305:12) at Module.require (module.js:357:17) at require (module.js:373:17) at Object. (/home/sendMessage/node_modules/oracle/lib/oracle.js:2:16) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10) at Module.load (module.js:349:32) at Function.Module._load (module.js:305:12) at Module.require (module.js:357:17) [root@localhost sendMessage]#

nxycdl avatar Jul 15 '14 01:07 nxycdl