I am having trouble requiring the mysql2 gem. On my local copy it works just fine but on the vm where I am trying to run my script the require fails. Here is the info for the VM.
Windows 7 64bit
Ruby 1.9.3
MySQL 5.6
mysql2 gem 0.3.11 x86-ming32
Here is the error I get when I require mysql2
LoadError: 126 The specified module could not be found. - c:/Ruby193/.../mysql2.so
When I go and look in this directory the file mysql2.so is there.
Could this be attributed to running this on a 64 bit version of windows?
OK so I just scrapped the old VM and got a new instance but this time 32bit windows 7. I am still getting the same error when I require mysql2! HELP!