From: Drew Olson Date: 2007-02-07T23:23:36+09:00 Subject: Re: ActiveRecord/Oracle without Rails > Look for OCI.dll - it's a dependency for oci8lib.so. It should be 1. > in the oci8lib's dir, 2. somewhere on the $PATH. There are maybe more > options, for details see I was able to find OCI.dll by downloading the Oracle Instant Client. I copied it to ruby/bin and now the previously mentioned error is gone. Thanks for that. However, I'm seeing something new now. Any ideas? c:/ruby/lib/ruby/site_ruby/1.8/oci8.rb:51:in `init': OCI Library Initialization Error (OCIError) from c:/ruby/lib/ruby/site_ruby/1.8/oci8.rb:51 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `ge m_original_require' from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `re quire' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.1/lib/active_suppo rt/dependencies.rb:495:in `require' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.1/lib/active_suppo rt/dependencies.rb:342:in `new_constants_in' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.1/lib/active_suppo rt/dependencies.rb:495:in `require' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.1/lib/active_suppo rt/core_ext/kernel/requires.rb:7:in `require_library_or_gem' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.1/lib/active_suppo rt/core_ext/kernel/reporting.rb:11:in `silence_warnings' ... 9 levels... from c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.2/lib/active_recor d.rb:80 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `ge m_original_require' from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `re quire' from models.rb:2 -- Posted via http://www.ruby-forum.com/.