Joined July 2013
·
Posted to
Setup Oracle instant client and ruby oci8 gem on Mac
over 1 year
ago
It looks like it cannot find dylib libraries.
This part in the post:
Move lib & sdk
mv dylib /usr/local/oracle/product/instantclient64/11.2.0.3.0/lib/
mv sdk /usr/local/oracle/product/instantclient64/11.2.0.3.0/lib/sdk
I would check my dylib path with :
echo $DYLDLIBRARYPATH
and then remove the gem and try re-installing it if the paths are incorrect.
Posted to
Setup Oracle instant client and ruby oci8 gem on Mac
over 1 year
ago
Thanks man, totally missed that. I have the correct config on my laptop but think when typing out the commands into the post i missed it.
Achievements
692 Karma
61,679 Total ProTip Views
Altruist
Increase developer well-being by sharing at least 20 open source projects
Kona
Have at least one original repo where CoffeeScript is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Yes my instructions were done on a MAC the only change would be for Linux use LDLIBRARYPATH instead of $DYLDLIBRARYPATH
And the libs have the ext .so as mentioned in the install instructions