[Rails] Re: Unable to install mysql2 gem on windows 7

2012-01-04 Thread Mihir Vaidya
Instructions here might help if you are still blocked -- 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

[Rails] Re: Unable to install mysql2 gem on windows 7

2011-05-27 Thread Javier Abaroa
Thanks to all, this is a good tutorial, Javier Abaroa. Ritesh Kumar wrote in post #991677: Hi, Problem solved by changing c:\Program Files\MySQL\MySQL Server 5.5\lib \opt to c:\Program Files\MySQL\MySQL Server 5.5\lib. For details, refer to

[Rails] Re: Unable to install mysql2 gem on windows 7

2011-05-27 Thread Luis Lavena
On Apr 7, 12:30 am, Ppillo ppi...@gmail.com wrote: I make all the steps of the DEVKIT and this others steps, but my problem is when you traid to make the 10 step of the link, it show me the same error. the only diference is that my server is MySQL server 5.5

[Rails] Re: Unable to install mysql2 gem on windows 7

2011-05-27 Thread Luis Lavena
On May 13, 12:27 pm, Willi W. li...@ruby-forum.com wrote: rake aborted! Incorrect MySQL client library version! This gem was compiled for 5.5.12 but the client library is 6.0.0. C:/Ruby/lib/ruby/gems/1.9.1/gems/mysql2-0.3.2/lib/mysql2.rb:8:in `require’

[Rails] Re: Unable to install mysql2 gem on windows 7

2011-05-18 Thread Adarsh K.
Willi, This is how I solved this problem: Copy libmysql.dll from MySql INstallation/lib to Ruby Installation/bin - Thanks Adarsh -- 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

[Rails] Re: Unable to install mysql2 gem on windows 7

2011-05-13 Thread Willi Weichselbaumer
With the suggestion from Ritesh the install works without problems, but the gem and the libmysql.dll are incompatible. C:\Programming\testrake db:create RAILS_ENV=’development’ (in C:/Programming/test) rake aborted! Incorrect MySQL client library version! This gem was compiled for 5.5.12 but the

[Rails] Re: Unable to install mysql2 gem on windows 7

2011-05-13 Thread Willi W.
I cannot undelete my previous post, so I post again: With the suggestion from Ritesh the install works without problems, but the gem and the libmysql.dll are incompatible. C:\Programming\testrake db:create RAILS_ENV=’development’ (in C:/Programming/test) rake aborted! Incorrect MySQL client

[Rails] Re: Unable to install mysql2 gem on windows 7

2011-04-07 Thread Ppillo
I make all the steps of the DEVKIT and this others steps, but my problem is when you traid to make the 10 step of the link, it show me the same error. the only diference is that my server is MySQL server 5.5

[Rails] Re: Unable to install mysql2 gem on windows 7

2011-03-20 Thread Bosko Ivanisevic
On Mar 20, 10:50 am, lohith MV lohithmv...@gmail.com wrote: I am getting the following error message while installing, let me know if any one needs some more details. I followed instruction from https://github.com/oneclick/rubyinstaller/wiki/Development-Kit;. I am using ruby 1.9.2p136