I managed to compile ruby-mysql

I’m using MySQL Ver 14.12 Distrib 5.0.21 for Win32 (ia32), mysql-ruby 2.7.6, msys 1.0, gcc 3.4.5.

It took a bit of googling before I stumbled across this link.http://rubyforge.org/pipermail/instantrails-developers/2006-January/000027.html

This link prompted me to peek at extconf.rb. I quickly realized that the script was unable to recognize my platform. It was expecting windows to be mswin32, whereas my compiler was reporting i386-mingw32. That’s on line 3, which says:
if /mswin32/ =~ RUBY_PLATFORM

I modified it to:
if /i386-mingw32/ =~ RUBY_PLATFORM

I invoked the script using:
ruby extconf.rb –with-mysql-lib=”C:\Program Files\MySQL\MySQL Server 5.0\lib\opt” –with-mysql-include=”C:\Program Files\MySQL\MySQL Server 5.0\include”
make
make install

All went well, and a mysql database script on my machine worked!

2 responses to “I managed to compile ruby-mysql

  1. Unadulterated words, some truthful words dude. You made my day!!

  2. What I really like about your piece is how you use black and white. It’s different than the rest of the class. I also like how you incorporate yourself into the piece by putting in your interests. I also like how your piece keeps my eyes moving. There is always something to look at. Great job! Come on http://tropaadet.dk/jeanniebruce33149081830

Leave a reply to jeanniebruce33149 Cancel reply