On Aug 3, 12:26 pm, Scott LaBounty <[email protected]> wrote: > Jeremy, > > Here's what I get: > > slabou...@slabounty-laptop:~/RamazeTutorial/Library2$ irb -rubygems -rmysql > /usr/local/lib/ruby/1.9.1/irb/init.rb:262:in `require':LoadError: no such > file to load -- mysql
I'm guessing the mysql gem installation either didn't complete correctly, or it installed into a directory that rubygems isn't looking for gems. My guess is the former, since I'm not sure if the mysql gem works with 1.9. mysql-ruby does work with 1.9 (I test it), but you may need to install from source or use a different gem source. I think the default gem source has 2.7.3 as the latest version, which I don't believe works with 1.9. Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-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/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
