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
Post a Comment