Hi Dave
I found that if I want to use the DBI I first should install the Ruby MySQL Module then install the Ruby DBI Module .But in fact I found these two tools should be installed under the Linux like system.
Installation of Ruby MySQL Module :
ruby extconf.rb
% make
% make install
% make install
Installation of Ruby DBI Module
ruby setup.rb config
% ruby setup.rb setup
% ruby setup.rb install
% ruby setup.rb setup
% ruby setup.rb install
As above shows the Installation of Ruby DBI Module can be executed in win32 but the Ruby MySQL Module cann't installed under windows system the system cann't recognize the 'make' command.
So what should I do if I want to use the Ruby DBI under the windows system
Thank you very much.
jim
Click here to donate to the Hurricane Katrina relief effort.
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
