no such file to load — mkmf
I got the following error when i wanted to install passenger via
gem install passenger
on my ubuntu machine:
no such file to load — mkmf
To fix this i had to install the ruby modules via
sudo apt-get install ruby1.8-dev
I got the following error when i wanted to install passenger via
gem install passenger
on my ubuntu machine:
no such file to load — mkmf
To fix this i had to install the ruby modules via
sudo apt-get install ruby1.8-dev