McDevitt, Chris wrote: > Hi, > > I am trying to install the oracle drivers for ruby: > ruby-oci8-0.1.14-mswin32.rb > When I run the script I get: > > <snip> > C:\downloads>ruby ruby-oci8-0.1.14-mswin32.rb > Copy OCI8.rb to c:/ruby/lib/ruby/site_ruby/1.8/DBD/OCI8 > Copy oci8.rb to c:/ruby/lib/ruby/site_ruby/1.8 > Copy oci8lib.so to c:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt > OK? > Enter Yes/No: Yes > ruby-oci8-0.1.14-mswin32.rb:75: [BUG] Segmentation fault > ruby 1.8.4 (2005-12-24) [i386-mswin32] > > This application has requested the Runtime to terminate it in an unusual > way. > Please contact the application's support team for more information. > </snip> > > Any suggestions? The OCI8 driver for Windows was built with VC++ 7. Curt's one-click installer was built with VC++ 6. Therein lies the problem. I've already posted a message to let Kubo know about the issue (I've hit it myself). If someone has a VC++ 6 compiler (Curt? Heesob?) could you do us a favor and build the shared object, and then submit it as a patch to the OCI8 project page? Thanks, Dan