I've installed the PP 1.6.8 version of Ruby for windows. It comes with
DBI and Mysql support. However, when I run a test.rb script I wrote
(basically the stuff from the Mysql-DBI homepage). I get this error:
c:/ruby/lib/ruby/site_ruby/1.6/dbi/dbi.rb:424:in `load_driver': Could
not load driver (uninitialized constant Mysql at DBI::DBD)
(DBI::InterfaceError)
from c:/ruby/lib/ruby/site_ruby/1.6/dbi/dbi.rb:339:in
'_get_full_driver'
from c:/ruby/lib/ruby/site_ruby/1.6/dbi/dbi.rb:319:in `connect'
from C:\webdev\LLI-FRN\test.rb:5
Any help at all would be appreciated. I'm working on a project and
would like to use webrick with mysql on windows.
BTW -- I've even gone down the path of attempting to compile it myself
with mingw/msys, but I cannot seem to get configure to work.
Thanks!
Greg Brondo
greg / brondo.com