Jatin kumar wrote:
> I am not sure of why this error is coming, but just for a moment, try 
> rake
> db:create before doing rake db:migrate.
> It might solve your problem.

The Mysql::Result constant is defined in the mysql_api gem (.so shared 
object) - this is located in 
gems/1.9.1/gems/mysql-2.8.1/ext/mysql_api/mysql_api.so

To fix the error the cleanest way I could think of - I created a 
symbolic link to this object in /usr/lib/ruby/1.9.1/ - which is in 
Ruby's $LOAD_PATH variable - which you can see your own version via : 
irb; puts "#{$LOAD_PATH}";

- None of the solutions people had posted on the web helped me - the 
main ones I kept seeing were - reinstall the mysql gem with ARCH_FLAGS 
set differently - and make a symbolic link mysql -> '.' because Ruby was 
looking one directory too deep

I'm using Ubuntu Karamic Koala, Ruby 1.9.1, mysql-2.8.1, rails-2.3.5
-- 
Posted via http://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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to