-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error Reason: image not found #247
Comments
@cjbj is it true that the DYLD_LIBRARY_PATH must be set, still? I've been reading the other linked threads (231 and 149) and i'm a bit confused. I'm having problems with OSX 10.11 / El Capitan, with launchers like nodemon and foreverjs. they don't work, because OSX won't foward the DYLD_LIBRARY_PATH environment variable. I have the DYLD set in my .bash_profile appropriately, so I can run my code by doing Is there a way to make this work with nodemon, foreverjs, and other sub-shell / launchers? |
@derickbailey I documented a method of installing with 11.2 instant client that doesn't require DYLD_LIBRARY_PATH. Try it out: https://github.com/oracle/node-oracledb/blob/master/INSTALL.md#instosx |
thanks @cjbj - i had not noticed the change in those instructions when i looked at it before. i re-ran all of the steps, and everything is working for me, with nodemon and my other tooling now. |
@derickbailey you could alternatively create the links in ~/lib as noted by @raymondfeng in #149 (comment) |
For me it did not work set the DYLD_LIBRARY_PATH, but LD_LIBRARY_PATH worked fine. e.g: LD_LIBRARY_PATH=/Users//Library/Oracle/instantclient_12_2/ |
Error when I trying to start app from Intellij Idea
The text was updated successfully, but these errors were encountered: