Adam & Paul, > > Thanks for responding. I was just reading the prerequisites section for > the > Ruby DBI, and it says: > > "...you'll need to have both the Ruby MySQL module and the C API > installed." > > Can you tell me where I can find these packages? > > Paul
mysql module ==> gem install mysql C API is included with the MySQL server You need to include location of the MySQL server bin directory in your path: For example: "C:\Program Files\MySQL\MySQL Server 5.0\bin" _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
