Displaying 2 results from an estimated 2 matches for "ociinitialize".
Did you mean:
aceinitialize
2007 Nov 02
3
ruby-oci8 build fails
I''m trying to build the ruby-oci8 with the Oracle Instant Client on OS
X. The Instant Client works, and the make seems to be ok with it up
until OCIInitialize(). Anybody got this to work?
[relevant output]
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby /
Users/dmholmes/Desktop/ruby-oci8-1.0.0-rc2/ext/oci8/extconf.rb
checking for load library path... (DYLD_LIBRARY_PATH)... /opt/oracle/
instantclient10_1/libclntsh.dylib.10.1 looks lik...
2005 Mar 28
0
Installing Ruby-Oci8 driver on Redhat Linux
...;'m having a lot of trouble installing the oci8 library and
compiling on that machine. The database I''d like to talk to is an Oracle
9i DB on another rmachine.
I''ve downloaded the Oracle 10g instant client (rpm) and tried installing
with that but it''s failing to find OCIInitialize() in oci.h. (And
repeatedly is telling me to set LD_LIBRARY_PATH, which I have already
done...) I can''t find a download link for a 9i client to download off of
Oracle''s site.
Has anyone had any success with this? What should I download from Oracle
to get this working? Do I need t...