[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Missing mkmf.rb in Ubuntu build of Ruby 1.8.4

François Montel

4/9/2006 2:11:00 AM

When trying to install some gems (mysql and ferret, specifically), I've
run into the problem with rubygem returning the following error:

extconf.rb:13:in `require': no such file to load -- mkmf (LoadError)

I searched my HDD and there doesn't seem to be any mkmf.rb file. I'm
running Ubuntu Dapper, which comes with Ruby 1.8.4. However, mkmf.rb
seems to be nowhere to be found. Any suggestions on what to do? It
seems odd that the version shipped with Dapper should be missing such
an important file. Maybe I should uninstall the Dapper version and
download and install another distribution, but I'm hesitant to do so as
that can cause other problems. Or maybe mkmf.rb is now obsolete and
there's a workaround? Any clues/suggestions? Thanks!

1 Answer

ts

4/9/2006 8:47:00 AM

0

>>>>> "z" == zerohalo <zerohalo@gmail.com> writes:

z> I searched my HDD and there doesn't seem to be any mkmf.rb file. I'm
z> running Ubuntu Dapper, which comes with Ruby 1.8.4. However, mkmf.rb
z> seems to be nowhere to be found. Any suggestions on what to do?

Try to install

ruby1.8-dev

or something like this


--

Guy Decoux