Error start server webrick on win 7

Hi

I cant run server webrick. See, please error below. I installed gem
mysql2 and server mysql on windows.

How solve this problem?

E:\ROR\Projects\firstruby>rails s
C:/Ruby22/lib/ruby/gems/2.2.0/gems/mysql2-0.3.18-x86-mingw32/lib/mysql2/mysql2.r
b:2:in require': cannot load such file -- mysql2/2.2/mysql2 (LoadError) from C:/Ruby22/lib/ruby/gems/2.2.0/gems/mysql2-0.3.18-x86-mingw32/lib/my sql2/mysql2.rb:2:in<top (required)>’
from
C:/Ruby22/lib/ruby/gems/2.2.0/gems/mysql2-0.3.18-x86-mingw32/lib/my
sql2.rb:31:in require' from C:/Ruby22/lib/ruby/gems/2.2.0/gems/mysql2-0.3.18-x86-mingw32/lib/my sql2.rb:31:in<top (required)>’
from
C:/Ruby22/lib/ruby/gems/2.2.0/gems/bundler-1.9.4/lib/bundler/runtim
e.rb:76:in require' from C:/Ruby22/lib/ruby/gems/2.2.0/gems/bundler-1.9.4/lib/bundler/runtim e.rb:76:inblock (2 levels) in require’
from
C:/Ruby22/lib/ruby/gems/2.2.0/gems/bundler-1.9.4/lib/bundler/runtim
e.rb:72:in each' from C:/Ruby22/lib/ruby/gems/2.2.0/gems/bundler-1.9.4/lib/bundler/runtim e.rb:72:inblock in require’
from
C:/Ruby22/lib/ruby/gems/2.2.0/gems/bundler-1.9.4/lib/bundler/runtim
e.rb:61:in each' from C:/Ruby22/lib/ruby/gems/2.2.0/gems/bundler-1.9.4/lib/bundler/runtim e.rb:61:inrequire’
from
C:/Ruby22/lib/ruby/gems/2.2.0/gems/bundler-1.9.4/lib/bundler.rb:134
:in require' from E:/ROR/Projects/firstruby/config/application.rb:7:in<top
(require
d)>’
from
C:/Ruby22/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/command
s/commands_tasks.rb:78:in require' from C:/Ruby22/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/command s/commands_tasks.rb:78:inblock in server’
from
C:/Ruby22/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/command
s/commands_tasks.rb:75:in tap' from C:/Ruby22/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/command s/commands_tasks.rb:75:inserver’
from
C:/Ruby22/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/command
s/commands_tasks.rb:39:in run_command!' from C:/Ruby22/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/command s.rb:17:in<top (required)>’
from bin/rails:4:in require' from bin/rails:4:in

here is your error:

`require’: cannot load such file – mysql2/2.2/mysql2 (LoadError)

good luck.

Att,

[image: --]
Antonio Augusto
[image: http://]Antonio Augusto - Algar Telecom, Vivo, TIM, Claro, COMCEL, Teltools Tecnologia, BS in CompSci | about.me
http://about.me/aaugusto?promo=email_sig

https://www.facebook.com/augustobr https://twitter.com/xtrdev
http://br.linkedin.com/in/antoniobr/ https://github.com/antoniosb
[image:
Antonio Augusto - Algar Telecom, Vivo, TIM, Claro, COMCEL, Teltools Tecnologia, BS in CompSci | about.me] http://about.me/aaugusto
https://plus.google.com/u/0/111953897116031502239/

2015-04-23 18:20 GMT-03:00 Dimitri B. [email protected]:

I undestand this. I see. But how solve?

well, I don’t know, but I’d check your Gemfile, your PATH, and if
“bundle
install” recoginzes your gem correctly. After I’d check if your mysql
server is actually running, and your database config is correct.

Att,

[image: --]
Antonio Augusto
[image: http://]Antonio Augusto - Algar Telecom, Vivo, TIM, Claro, COMCEL, Teltools Tecnologia, BS in CompSci | about.me
http://about.me/aaugusto?promo=email_sig

https://www.facebook.com/augustobr https://twitter.com/xtrdev
http://br.linkedin.com/in/antoniobr/ https://github.com/antoniosb
[image:
Antonio Augusto - Algar Telecom, Vivo, TIM, Claro, COMCEL, Teltools Tecnologia, BS in CompSci | about.me] http://about.me/aaugusto
https://plus.google.com/u/0/111953897116031502239/

2015-04-23 18:57 GMT-03:00 Dimitri B. [email protected]:

Hacking on windows is such a pain. (“Trying to learn to hack on a
Microsoft
Windows machine or under any other closed-source system is like trying
to
learn to dance while wearing a body cast.”)

Even worse – most subscribers use Linux or Mac, so probably not too
many
here are familiar with your problem. Try Linux or Mac.

But for now: did you have checked that file mysql2/2.2/mysql2 is really
present somewhere there?

On Thu, Apr 23, 2015 at 11:20 PM, Dimitri B.
[email protected]

yes, path is correct. i checked.