That's not a lovd problem. Some people run into it after installing Rails 2.2 because they hadn't installed the mysql gem. Lovd hasn't been ported to 2.2 yet, so I suggest you stick with Rails 2.1.1 for the time being. That being said, the rest of the error message is necessary to troubleshoot your mysql gem compilation problem. Most often, people run into this problem when they don't have the mysql libraries installed. If this is the case, install the libraries by source or your favorite packaging system and run the gem installation again with something like: sudo gem install mysql -- --with-mysql-config=/path/to/mysql_config
On Wed, Dec 10, 2008 at 7:58 PM, Shawn Cheatham <[EMAIL PROTECTED]> wrote: > > Anyone run across this error and know how to get beyond it? > > In the terminal when I " rake lovdbyless:getting_started " the > following is returned > > <<<(in /Users/mycomp/lovdbyless) > <<<"!!! The bundled mysql.rb driver has been removed from Rails 2.2. > Please install the mysql gem and try again: gem install mysql. > <<<rake aborted! > <<<no such file to load -- mysql > > When I tried to " gem install mysql " the gist of the error was > "ERROR: Failed to build gem native extension." > > thx > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" 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/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
