Skip to Main Content

Programming Languages & Frameworks

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting dynamic lookup error!

Vinay SharmaFeb 9 2015 — edited Feb 9 2015

I am using OSX 10.9.5 and getting the below error:

dyld: lazy symbol binding failed: Symbol not found: _OCIEnvCreate

  Referenced from: /Users/Desktop/socket.io/node_modules/node-oracledb/build/Release/oracledb.node

  Expected in: dynamic lookup

dyld: Symbol not found: _OCIEnvCreate

  Referenced from: /Users/Desktop/socket.io/node_modules/node-oracledb/build/Release/oracledb.node

  Expected in: dynamic lookup

Any ideas? This pops up on the require statement itself :

var oracledb = require('node-oracledb');

Comments

Processing

Post Details

Added on Feb 9 2015
1 comment
888 views