From: Raul Parolari Date: 2007-11-12T06:09:59+09:00 Subject: Re: Help needed installing MySQL DBI Raul Parolari wrote: > Peter Vanderhaden wrote: >> Raul, >> I tried this, but I got the following error in step 2: >> # ruby extconf.rb >> extconf.rb:1:in `require': no such file to load -- mkmf (LoadError) >> from extconf.rb:1 >> >> The error is from the require 'mkmf' line in the extconf.rb script. How >> can I find out what that is and where to get it? >> Thanks again.... >> > Peter, Sorry for that 'sudo' (it is for the Mac). On Linux, just do: $ ruby setup.rb config --with=dbi,dbd_mysql $ ruby setup.rb setup $ ruby setup.rb install -- Posted via http://www.ruby-forum.com/.