I am installing ruby by following these video -
https://www.youtube.com/watch?v=y0X7SUfF928&list=PLcwklDOKWhc-k8VsT-ixbAY0TdQI5JLoW
previosly I was getting these error
incorrect mysql client library version this gem was compiled for 6.0.0
then I followed this link mysql2 gem compiled for wrong mysql client library
but now i am getting these -
c:/row/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require
': cannot load such file -- mysql2/mysql2 (LoadError)
from c:/row/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:5
5:in `require'
from c:/row/Ruby200/lib/ruby/gems/2.0.0/gems/mysql2-0.3.15/lib/mysql2.rb
:8:in `<top (required)>'
from c:/row/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:1
35:in `require'
from c:/row/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:1
35:in `rescue in require'
from c:/row/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:1
44:in `require'
from test.rb:1:in `<main>'
Please help me out .. .