Did you get the following error on your ubuntu 5.10 when installing fxruby (or probably any other gem) via rubygems:
Building native extensions. This could take a while...
extconf.rb:4:in `require': no such file to load -- mkmf (LoadError)
from extconf.rb:4
then you probably need to install the ruby1.8-dev package.
Leave a Reply