From: MenTaLguY Date: 2007-02-27T04:32:54+09:00 Subject: Re: fastthread installation fails - debian - w or w/o gem On Mon, 26 Feb 2007 18:40:05 +0900, "paukul@googlemail.com" wrote: > Hi, > > iam trying to install fastthread, but it fails with the message: > --------- > Building native extensions. This could take a while... > extconf.rb:1:in `require': no such file to load -- mkmf (LoadError) > from extconf.rb:1 You will need to install the ruby1.8-dev Debian package in order to be able to install gems with C extensions (like fastthread). -mental