mysql2 icon indicating copy to clipboard operation
mysql2 copied to clipboard

Failed to intsall mysql2 gem on Windows Server with Ruby 3.1

Open dimahadgi opened this issue 2 years ago • 1 comments

I've tried a lot's different ways to install mysql2 gem on Windows Server 2019 and getting this error now: Ruby v 3.1 C:\Users\qauser>gem install mysql2 -- --with-mysql-dir="C:\Program Files\MariaDB\MariaDB Connector C 64-bit" ERROR: While executing gem ... (ArgumentError) undefined class/module YAML::Syck::

With ruby 2.7 I was able to install gem without this error.

dimahadgi avatar Jun 25 '22 16:06 dimahadgi

with ruby 3.0.4 same?

Faq avatar Jul 12 '22 11:07 Faq