BWB
2011-Dec-27 16:50 UTC
mysql compatibility error--already reported by another correspondent
C:/Ruby193/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11-x86- mingw32/lib/mysql2/mysql2.rb:2:in `require'': Incorrect MySQL client librar y version! This gem was compiled for 6.0.0 but the client library is 5.5.19. (RuntimeError) -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Luis Lavena
2011-Dec-27 18:12 UTC
Re: mysql compatibility error--already reported by another correspondent
On Dec 27, 1:50 pm, BWB <bwbash...-QnWlmZY7faaEP6I3uJRHLFaTQe2KTcn/@public.gmane.org> wrote:> C:/Ruby193/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11-x86- > mingw32/lib/mysql2/mysql2.rb:2:in `require'': Incorrect MySQL client librar > y version! This gem was compiled for 6.0.0 but the client library is 5.5.19. > (RuntimeError)This has been asked several times on the group, please search before asking. Also, see this: http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/ Contains compilation instructions to avoid version mismatch between the compiled extension (inside the mysql2 gem) and the library libmysql.dll If you need further assistance, feel free to post to RubyInstaller group: https://groups.google.com/group/rubyinstaller/ (This was also answered there too) -- Luis Lavena -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Mihir Vaidya
2012-Jan-04 19:19 UTC
Re: mysql compatibility error--already reported by another correspondent
I found a workaround for this problem -- http://blog.readypulse.com/2011/12/07/installing-ruby-on-rails-3-1-1-with-mysql-on-windows-7-64-bit/#comment-84 -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.