-
Notifications
You must be signed in to change notification settings - Fork 18
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
(install) Instantclient lnnz$$ library #12
Comments
Yeah i am getting an error on v11:
Is there a workaround? |
Yes change the |
So it means that i cannot just run "npm install strong-oracle"? I need to download it, and run the script manually? |
That's why I made the issue, yes. |
If you install the latest version of instant client for linux, the version is lnnz12. You can also check out https://github.com/strongloop/loopback-oracle-installer |
Yes but sometimes you can't just install the latest oracle version even if you want to ;). |
I agree, Version 11 mandatory for me as well. +1
|
@raymondfeng Could you add an env variable with the version used? Given |
Make the version of the OCI libraries to link against configurable through the GYP_DEFINES environment variable. Fixes #12.
If someone could test #14, that would be great. |
Hi,
The
lnnz12
library might differ according to the installed instanclient. Oracle 11 will have thelnnz11
library for example (https://github.com/strongloop/strong-oracle/blob/master/binding.gyp#L29).I see a few options here:
The text was updated successfully, but these errors were encountered: