no such file to load — mkmf
Posted: April 3rd, 2010 | Author: admin | Filed under: Uncategorized | No Comments »I got this when trying to install the ruby thrift client. It’s trying to compile a native extension, which needs ruby 1.8 dev version. Simple fix:
sudo apt-get install ruby1.8-dev