It looks like the gem is already installed, but when i run rake
db:migrate I got this error of uninitialized constant
MysqlCompat::MysqlRes.

this is the output of gem install mysql

#sudo gem install mysql --no-ri --no-rdoc
Building native extensions.  This could take a while...
Successfully installed mysql-2.8.1
1 gem installed

and then I run rake db:migrate and voila...

"uninitialized constant MysqlCompat::MysqlRes"


On Mar 16, 1:04 pm, Leonardo Mateo <[email protected]> wrote:
> 2010/3/16 José Luis Romero <[email protected]>:> Hi... I'm a rails newb, 
> trying to do some rails homework or sort of...
> > I'm trying to run rails on Fedora 12... but it seems impossible...
> > It's impossible to install the mysql gem...
>
> Can you show the output for gem install mysql?
>
>  this is the last output
>
> > when I tried to run a rake db:migrate:
> > uninitialized constant MysqlCompat::MysqlRes
>
> > Any suggestion?
>
> > --
> > 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 
> > athttp://groups.google.com/group/rubyonrails-talk?hl=en.
>
> --
> Leonardo Mateo.
> There's no place like ~

-- 
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.

Reply via email to