Im trying to install mysql-ruby on windows 2000. I thought version 2.7.1 installed properly even when I got a failed installation of 2.7.0 the command I used was "gem install mysql". That seemed to work perfectly so I ran a mysql-ruby test program from http://www.kitebird.com/articles/ruby-mysql.html. I was thrown this ruby error. Does this mean that Mysql.2.7.1 didnt install properly either? >ruby simple.rb C:/ruby/lib/ruby/gems/1.8/gems/mysql-2.7.1-mswin32/ext/mysql.so: 126: The specified module could not be found. -c:/ruby/lib/ruby/gems/1.8/gems/mysql-2.7.1-mswin32/ext/mysql.so <LoadError> from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:33:in 'require' from simple.rb1 -- Posted via http://www.ruby-forum.com/.