Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed with Symbol not found: _OCIEnvNlsCreate on El Capitan #278

Closed
akemisetti opened this issue Nov 13, 2015 · 1 comment
Closed

Failed with Symbol not found: _OCIEnvNlsCreate on El Capitan #278

akemisetti opened this issue Nov 13, 2015 · 1 comment

Comments

@akemisetti
Copy link

I am getting the following error


dyld: lazy symbol binding failed: Symbol not found: _OCIEnvNlsCreate
Referenced from: /Users/akemisetti/node_modules/oracledb/build/Release/oracledb.node
Expected in: dynamic lookup

dyld: Symbol not found: _OCIEnvNlsCreate
Referenced from: /Users/akemisetti/node_modules/oracledb/build/Release/oracledb.node
Expected in: dynamic lookup

[Finished in 0.1s with exit code -5]
-****************************************************************************************
node version -- v4.2.2
npm version -- 2.14.7
OS X version elcapitan
xcode -- 7.0
Apple LLVM version 7.0.0 (clang-700.0.72)

I have used the latest branch from Richard Natal.
I have set the DYLD_LIBRARY_PATH env variable at run time.

@Bigous
Copy link
Contributor

Bigous commented Nov 13, 2015

As you are using node 4.2.2, i suppose that you are using the pull request #227. It's not official yet, but it does not change the behavior of OCI linking and execution... We have 2 issues discusing problems with El Capitain, #149 and #231.

hope have helped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants