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
>
> http://rorguide.blogspot.com/2011/03/installing-mysql2-gem-on-ruby-19...
>

Are you using a 64bits MySQL?

If that is the case, you need to read this:

https://github.com/oneclick/rubyinstaller/wiki/Troubleshooting#gems_mix_bits

I recommend than instead of playing with your MySQL installation
download MySQL Connector/C (32bits version), extract it to a folder
without paths and use it as options during gem installation:

gem install mysql2 -- --with-mysql-include=C:/connector/include --with-
mysql-lib=C:/connector/lib

HTH,
--
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@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