Hey Wes, Are you and Matthew Phillips the same person? Here's the answer that went to him to exactly the same email:
So, was your mysql gem compiled during the install sequence? Is the creation date for mysql.so newer than for the other files? If that's a definite "can't tell" or just to be sure, uninstall the gem and reinstall with the --verbose flag. gem uninstall mysql --version=2.8 gem install mysql --verbose This should give you the full compilation sequence - very useful stuff if you're interested in knowing how it's compiled. Rick On Dec 2, 11:58 am, Wes Gamble <[EMAIL PROTECTED]> wrote: > Rick wrote: > > > ruby ./test.rb -- localhost test test testDB > > I get this when I run test.rb: > > C:\ruby\lib\ruby\gems\1.8\gems\mysql-2.7.3-x86-mswin32\ext>ruby test.rb > -- local > host test test testDB > Loaded suite test > Started > .FE..C:/ruby/lib/ruby/1.8/test/unit/assertions.rb:497: [BUG] > Segmentation fault > ruby 1.8.6 (2007-09-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. > > Wes > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

