> ruby extconf.rb install ferret > extconf.rb:11:in `require': no such file to load -- mkmf (LoadError) > from extconf.rb:11
Geth, i would assume, your ruby setup is broken. at least for root. are you able to compile other extension or install other gems? mkmf is a basic library of ruby, i've got it automatically installed by ruby at /usr/lib/ruby/1.8/mkmf.rb are you able to open a irb session and require mkmf manually? did you check, if that file exists in your ruby 1.8 folder? maybe you should reinstall ruby. and did you check the log file? /usr/lib/ruby/gems/1.8/gems/ferret-0.11.4/ext/gem_make.out Ben _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

