 |
Forums |
Admin Discussion Forums: help Start New Thread
| Message: 96655 |
 |
BY: Henry Collingridge (hwhc) DATE: 2011-06-20 10:56 SUBJECT: oci8lib_18.so: No such process ...(LoadError) I'm trying to get ruby-oci8 working under Cygwin on Windows XP with Oracle 10G full client.
I've successfully followed the install instructions but when I test it I get an error as follows:
ruby -r oci8 -e "OCI8.new('blah', 'blah', 'blah').exec('SELECT 1 from dual') {|r| puts r.join}"
/usr/lib/ruby/site_ruby/1.8/i386-cygwin/oci8lib_18.so: No such process - /usr/lib/ruby/site_ruby/1.8/i386-cygwin/oci8lib_18.so (LoadError)
from /usr/lib/ruby/site_ruby/1.8/oci8.rb:38
The file oci8lib_18.so is present at that location and is both readable and executable.
ruby -v
ruby 1.8.7 (2008-08-11 patchlevel 72) [i386-cygwin]
uname -a
CYGWIN_NT-5.1 WLG-LT3032 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin
I'd be pathetically grateful if someone could help me out.
Cheers,
Henry
| |
Thread View
Post a followup to this message
|
 |