Gem installation error during MYSQL gem installation in ruby -


i tried install ruby gems in windows 8 shows error after told use way given below

subst x: "c:\program files\mysql\mysql server 5.6\bin" gem install mysql2 --platform=ruby -- --with-mysql-dir=x: --with-mysql-lib=x:\lib\opt subst x: /d

i tried using ways everthing works 1 error is

mysql.h missing

now error?

you need install mysql before installing mysql gem. follow link on how install mysql on windows


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -